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>2011-12-15 12:34:55 +0400
committerMark Pulford <mark@kyne.com.au>2011-12-15 12:34:55 +0400
commit1d8eba4368aa53ad5e534b68873d24b3ee69cc51 (patch)
treeb89337163d96a0f48e0eda487ef36aa48e1cc1cd /lua_cjson.c
parent353784724505b23539aa693bd2aed3932493ed62 (diff)
Automate package releases with build-packages.sh
build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly
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().