endif()
# JSON-C library is C only project.
-project(json-c LANGUAGES C VERSION 0.13.99)
+project(json-c LANGUAGES C VERSION 0.14)
# If we've got 3.0 then it's good, let's provide support. Otherwise, leave it be.
if(POLICY CMP0038)
${JSON_C_HEADERS}
)
set_target_properties(${PROJECT_NAME} PROPERTIES
- VERSION 4.0.0
- SOVERSION 4)
+ VERSION 5.0.0
+ SOVERSION 5)
# If json-c is used as subroject it set to target correct interface -I flags and allow
# to build external target without extra include_directories(...)
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.13.99
+PROJECT_NUMBER = 0.14
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
#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"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "json-c"
#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"
/* 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"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
#define _json_c_version_h_
#define JSON_C_MAJOR_VERSION 0
-#define JSON_C_MINOR_VERSION 13
-#define JSON_C_MICRO_VERSION 99
+#define JSON_C_MINOR_VERSION 14
+#define JSON_C_MICRO_VERSION 0
#define JSON_C_VERSION_NUM \
((JSON_C_MAJOR_VERSION << 16) | (JSON_C_MINOR_VERSION << 8) | JSON_C_MICRO_VERSION)
-#define JSON_C_VERSION "0.13.99"
+#define JSON_C_VERSION "0.14"
#ifndef JSON_EXPORT
#if defined(_MSC_VER)