mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 05:19:07 +08:00
Bump version to 0.14 and shared library version to 5.0.0
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
#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)
|
||||
|
||||
Reference in New Issue
Block a user