aboutsummaryrefslogtreecommitdiff
path: root/cJSON.h
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.h
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.h')
-rw-r--r--cJSON.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cJSON.h b/cJSON.h
index b5ceb29..e97e5f4 100644
--- a/cJSON.h
+++ b/cJSON.h
@@ -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>