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

@ -117,7 +117,7 @@ CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item)
}
/* This is a safeguard to prevent copy-pasters from using incompatible C and header files */
#if (CJSON_VERSION_MAJOR != 1) || (CJSON_VERSION_MINOR != 7) || (CJSON_VERSION_PATCH != 15)
#if (CJSON_VERSION_MAJOR != 1) || (CJSON_VERSION_MINOR != 7) || (CJSON_VERSION_PATCH != 16)
#error cJSON.h and cJSON.c have different versions. Make sure that both have the same.
#endif