Bump version to 0.19

This commit is contained in:
Eric Hawicz
2026-06-27 09:45:05 -04:00
parent c54e6900e7
commit c205bc094d
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -17,11 +17,11 @@ extern "C" {
#endif
#define JSON_C_MAJOR_VERSION 0
#define JSON_C_MINOR_VERSION 18
#define JSON_C_MICRO_VERSION 99
#define JSON_C_MINOR_VERSION 19
#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.18.99"
#define JSON_C_VERSION "0.19"
#ifndef JSON_EXPORT
#if defined(_MSC_VER) && defined(JSON_C_DLL)