diff options
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 8 +#define CJSON_VERSION_PATCH 9 #include <stddef.h> |