mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 23:09:07 +08:00
Bump the version numbers for the 0.11 release.
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -23,7 +23,7 @@ PROJECT_NAME = json-c
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 0.10.99
|
PROJECT_NUMBER = 0.11
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ libjson_cinclude_HEADERS = \
|
|||||||
#libjsonx_include_HEADERS = \
|
#libjsonx_include_HEADERS = \
|
||||||
# json_config.h
|
# json_config.h
|
||||||
|
|
||||||
libjson_c_la_LDFLAGS = -version-info 2:0:0 -no-undefined
|
libjson_c_la_LDFLAGS = -version-info 3:0:1 -no-undefined
|
||||||
|
|
||||||
if ENABLE_OLDNAME_COMPAT
|
if ENABLE_OLDNAME_COMPAT
|
||||||
libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c
|
libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c
|
||||||
|
|||||||
@@ -302,7 +302,7 @@ libjson_cinclude_HEADERS = \
|
|||||||
#
|
#
|
||||||
#libjsonx_include_HEADERS = \
|
#libjsonx_include_HEADERS = \
|
||||||
# json_config.h
|
# json_config.h
|
||||||
libjson_c_la_LDFLAGS = -version-info 2:0:0 -no-undefined
|
libjson_c_la_LDFLAGS = -version-info 3:0:1 -no-undefined
|
||||||
@ENABLE_OLDNAME_COMPAT_TRUE@libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c
|
@ENABLE_OLDNAME_COMPAT_TRUE@libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c
|
||||||
|
|
||||||
# Temporary libjson library. This will be removed after one release.
|
# Temporary libjson library. This will be removed after one release.
|
||||||
|
|||||||
20
configure
vendored
20
configure
vendored
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.68 for json-c 0.10.99.
|
# Generated by GNU Autoconf 2.68 for json-c 0.11.
|
||||||
#
|
#
|
||||||
# Report bugs to <json-c@googlegroups.com>.
|
# Report bugs to <json-c@googlegroups.com>.
|
||||||
#
|
#
|
||||||
@@ -709,8 +709,8 @@ MAKEFLAGS=
|
|||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='json-c'
|
PACKAGE_NAME='json-c'
|
||||||
PACKAGE_TARNAME='json-c'
|
PACKAGE_TARNAME='json-c'
|
||||||
PACKAGE_VERSION='0.10.99'
|
PACKAGE_VERSION='0.11'
|
||||||
PACKAGE_STRING='json-c 0.10.99'
|
PACKAGE_STRING='json-c 0.11'
|
||||||
PACKAGE_BUGREPORT='json-c@googlegroups.com'
|
PACKAGE_BUGREPORT='json-c@googlegroups.com'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
@@ -1424,7 +1424,7 @@ if test "$ac_init_help" = "long"; then
|
|||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# Omit some internal or obsolete options to make the list less imposing.
|
||||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures json-c 0.10.99 to adapt to many kinds of systems.
|
\`configure' configures json-c 0.11 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
@@ -1494,7 +1494,7 @@ fi
|
|||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of json-c 0.10.99:";;
|
short | recursive ) echo "Configuration of json-c 0.11:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
@@ -1596,7 +1596,7 @@ fi
|
|||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
json-c configure 0.10.99
|
json-c configure 0.11
|
||||||
generated by GNU Autoconf 2.68
|
generated by GNU Autoconf 2.68
|
||||||
|
|
||||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||||
@@ -2019,7 +2019,7 @@ cat >config.log <<_ACEOF
|
|||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by json-c $as_me 0.10.99, which was
|
It was created by json-c $as_me 0.11, which was
|
||||||
generated by GNU Autoconf 2.68. Invocation command line was
|
generated by GNU Autoconf 2.68. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
@@ -2835,7 +2835,7 @@ fi
|
|||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=json-c
|
PACKAGE=json-c
|
||||||
VERSION=0.10.99
|
VERSION=0.11
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
@@ -11449,7 +11449,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by json-c $as_me 0.10.99, which was
|
This file was extended by json-c $as_me 0.11, which was
|
||||||
generated by GNU Autoconf 2.68. Invocation command line was
|
generated by GNU Autoconf 2.68. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
@@ -11515,7 +11515,7 @@ _ACEOF
|
|||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
json-c config.status 0.10.99
|
json-c config.status 0.11
|
||||||
configured by $0, generated by GNU Autoconf 2.68,
|
configured by $0, generated by GNU Autoconf 2.68,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
|
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT([json-c], 0.10.99, [json-c@googlegroups.com])
|
AC_INIT([json-c], 0.11, [json-c@googlegroups.com])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
||||||
|
|
||||||
|
|||||||
@@ -9,12 +9,12 @@
|
|||||||
#define _json_c_version_h_
|
#define _json_c_version_h_
|
||||||
|
|
||||||
#define JSON_C_MAJOR_VERSION 0
|
#define JSON_C_MAJOR_VERSION 0
|
||||||
#define JSON_C_MINOR_VERSION 10
|
#define JSON_C_MINOR_VERSION 11
|
||||||
#define JSON_C_MICRO_VERSION 99
|
#define JSON_C_MICRO_VERSION 0
|
||||||
#define JSON_C_VERSION_NUM ((JSON_C_MAJOR_VERSION << 16) | \
|
#define JSON_C_VERSION_NUM ((JSON_C_MAJOR_VERSION << 16) | \
|
||||||
(JSON_C_MINOR_VERSION << 8) | \
|
(JSON_C_MINOR_VERSION << 8) | \
|
||||||
JSON_C_MICRO_VERSION)
|
JSON_C_MICRO_VERSION)
|
||||||
#define JSON_C_VERSION "0.10.99"
|
#define JSON_C_VERSION "0.11"
|
||||||
|
|
||||||
const char *json_c_version(void); /* Returns JSON_C_VERSION */
|
const char *json_c_version(void); /* Returns JSON_C_VERSION */
|
||||||
int json_c_version_num(void); /* Returns JSON_C_VERSION_NUM */
|
int json_c_version_num(void); /* Returns JSON_C_VERSION_NUM */
|
||||||
|
|||||||
Reference in New Issue
Block a user