aboutsummaryrefslogtreecommitdiff
path: root/cJSON.c
diff options
context:
space:
mode:
Diffstat (limited to 'cJSON.c')
-rw-r--r--cJSON.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cJSON.c b/cJSON.c
index 0acf487..4c6a308 100644
--- a/cJSON.c
+++ b/cJSON.c
@@ -113,7 +113,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 != 13)
+#if (CJSON_VERSION_MAJOR != 1) || (CJSON_VERSION_MINOR != 7) || (CJSON_VERSION_PATCH != 14)
#error cJSON.h and cJSON.c have different versions. Make sure that both have the same.
#endif