diff options
author | Alan Wang <wp_scut@163.com> | 2020-09-03 17:14:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 17:14:26 +0800 |
commit | d2735278ed1c2e4556f53a7a782063b31331dbf7 (patch) | |
tree | c55a11afaeb6411a0b0a2a047251ce1908ac0271 /cJSON.h | |
parent | 2e5171d8d68c01445b042e6fa5b11d3efda47d89 (diff) | |
parent | 8e84db4c4e631c5578a1d2365bbcc9d814ab8a51 (diff) | |
download | cjson-1.7.14.tar.gz cjson-1.7.14.zip |
Merge pull request #505 from Alanscut/release-1.7.14v1.7.14
Release 1.7.14
Diffstat (limited to 'cJSON.h')
-rw-r--r-- | cJSON.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ then using the CJSON_API_VISIBILITY flag to "export" the same symbols the way CJ /* project version */ #define CJSON_VERSION_MAJOR 1 #define CJSON_VERSION_MINOR 7 -#define CJSON_VERSION_PATCH 13 +#define CJSON_VERSION_PATCH 14 #include <stddef.h> |