Bump the version up to 0.13

This commit is contained in:
Eric Haszlakiewicz
2017-12-07 18:03:29 -05:00
parent d582d3ae5a
commit 1f3bc5f20c
7 changed files with 12 additions and 12 deletions

View File

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