aboutsummaryrefslogtreecommitdiff
path: root/cJSON.h
diff options
context:
space:
mode:
authorMax Bruckner <max@maxbruckner.de>2019-04-15 00:17:19 +0200
committerGitHub <noreply@github.com>2019-04-15 00:17:19 +0200
commit93688cbe72b190300d1be6b98e86b772df9b9ead (patch)
tree3a8f2152491a999152a19e93081763bf7579107c /cJSON.h
parentc69134d01746dcf551dd7724b4edb12f922eb0d1 (diff)
parent6b249213dd1bfdb0f2791eec20c65aa4bb4ce301 (diff)
downloadcjson-1.7.11.tar.gz
cjson-1.7.11.zip
Merge pull request #344 from DaveGamble/release-1.7.11v1.7.11
Release 1.7.11
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 3279f6b..daf3128 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 10
+#define CJSON_VERSION_PATCH 11
#include <stddef.h>