aboutsummaryrefslogtreecommitdiff
path: root/cJSON.c
diff options
context:
space:
mode:
authorAlan Wang <wp_scut@163.com>2020-09-03 17:14:26 +0800
committerGitHub <noreply@github.com>2020-09-03 17:14:26 +0800
commitd2735278ed1c2e4556f53a7a782063b31331dbf7 (patch)
treec55a11afaeb6411a0b0a2a047251ce1908ac0271 /cJSON.c
parent2e5171d8d68c01445b042e6fa5b11d3efda47d89 (diff)
parent8e84db4c4e631c5578a1d2365bbcc9d814ab8a51 (diff)
downloadcjson-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cJSON.c b/cJSON.c
index 0acf487..4c6a308 100644
--- a/cJSON.c
+++ b/cJSON.c
@@ -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