Update the master branch to version 0.0.14.99

This commit is contained in:
Eric Haszlakiewicz
2020-04-19 03:57:08 +00:00
parent 31ab57ca8b
commit 2babb5b780
6 changed files with 22 additions and 10 deletions

View File

@@ -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 */