aboutsummaryrefslogtreecommitdiff
path: root/lua_cjson.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua_cjson.c')
-rw-r--r--lua_cjson.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua_cjson.c b/lua_cjson.c
index 118ca27..7f0bbb1 100644
--- a/lua_cjson.c
+++ b/lua_cjson.c
@@ -51,7 +51,7 @@
51#endif 51#endif
52 52
53#ifndef CJSON_VERSION 53#ifndef CJSON_VERSION
54#define CJSON_VERSION "1.0devel" 54#define CJSON_VERSION "1.1devel"
55#endif 55#endif
56 56
57/* Workaround for Solaris platforms missing isinf() */ 57/* Workaround for Solaris platforms missing isinf() */