Release Version 1.2.1

This commit is contained in:
Max Bruckner
2017-01-30 19:36:36 +01:00
parent e4eadb9a81
commit 981f59b163
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ extern "C"
/* project version */
#define CJSON_VERSION_MAJOR 1
#define CJSON_VERSION_MINOR 2
#define CJSON_VERSION_PATCH 0
#define CJSON_VERSION_PATCH 1
/* returns the version of cJSON as a string */
extern const char* cJSON_Version(void);