Release 1.7.16 (#770)

* Update version to 1.7.16

* Update contributors
This commit is contained in:
Alan Wang
2023-07-05 11:22:19 +08:00
committed by GitHub
parent 545710e3bf
commit cb8693b058
6 changed files with 35 additions and 4 deletions

View File

@ -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 15
#define CJSON_VERSION_PATCH 16
#include <stddef.h>