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:
authorMark Pulford <mark@kyne.com.au>2012-03-01 13:42:19 +0400
committerMark Pulford <mark@kyne.com.au>2012-03-04 12:24:36 +0400
commit5300ecb4e8f8ce9ec200b91c7273dae1947e431c (patch)
treea14983ba2331dee93197a75636fe975e363eb920 /lua_cjson.c
parent6a8c434e38f3035d04bf17696353cf0bb93abec6 (diff)
Bump version to 2.1devel
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 afa5266..ca5b88d 100644
--- a/lua_cjson.c
+++ b/lua_cjson.c
@@ -51,7 +51,7 @@
#endif
#ifndef CJSON_VERSION
-#define CJSON_VERSION "2.0devel"
+#define CJSON_VERSION "2.1devel"
#endif
/* Workaround for Solaris platforms missing isinf() */