Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 24fb13d..b3c816d 100644
--- a/lua_cjson.c
+++ b/lua_cjson.c
@@ -45,7 +45,7 @@
#include "strbuf.h"
#ifndef CJSON_VERSION
-#define CJSON_VERSION "1.0.4"
+#define CJSON_VERSION "1.0devel"
#endif
/* Support to reset locale to POSIX for strtod() / sprintf().