|
|
@@ -177,7 +177,7 @@ |
|
|
|
#define PACKAGE_NAME "JSON C Library" |
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */ |
|
|
|
#define PACKAGE_STRING "JSON C Library 0.13.99" |
|
|
|
#define PACKAGE_STRING "JSON C Library 0.14.99" |
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */ |
|
|
|
#define PACKAGE_TARNAME "json-c" |
|
|
@@ -186,13 +186,13 @@ |
|
|
|
#define PACKAGE_URL "https://github.com/json-c/json-c" |
|
|
|
|
|
|
|
/* Define to the version of this package. */ |
|
|
|
#define PACKAGE_VERSION "0.13.99" |
|
|
|
#define PACKAGE_VERSION "0.14.99" |
|
|
|
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */ |
|
|
|
#define STDC_HEADERS 1 |
|
|
|
|
|
|
|
/* Version number of package */ |
|
|
|
#define VERSION "0.13.99" |
|
|
|
#define VERSION "0.14.99" |
|
|
|
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */ |
|
|
|
/* #undef const */ |
|
|
|