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.c | |
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.c')
-rw-r--r-- | cJSON.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item) } /* This is a safeguard to prevent copy-pasters from using incompatible C and header files */ -#if (CJSON_VERSION_MAJOR != 1) || (CJSON_VERSION_MINOR != 7) || (CJSON_VERSION_PATCH != 13) +#if (CJSON_VERSION_MAJOR != 1) || (CJSON_VERSION_MINOR != 7) || (CJSON_VERSION_PATCH != 14) #error cJSON.h and cJSON.c have different versions. Make sure that both have the same. #endif |