diff options
author | Max Bruckner <max@maxbruckner.de> | 2019-04-15 00:17:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 00:17:19 +0200 |
commit | 93688cbe72b190300d1be6b98e86b772df9b9ead (patch) | |
tree | 3a8f2152491a999152a19e93081763bf7579107c /cJSON.h | |
parent | c69134d01746dcf551dd7724b4edb12f922eb0d1 (diff) | |
parent | 6b249213dd1bfdb0f2791eec20c65aa4bb4ce301 (diff) | |
download | cjson-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.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 10 +#define CJSON_VERSION_PATCH 11 #include <stddef.h> |