From 3040931d6bb7331b130fd4c34a7b17bc5d226039 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 19 Jan 2012 00:50:05 +1030 Subject: Bump development version to 1.1devel --- lua_cjson.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua_cjson.c') 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 @@ #endif #ifndef CJSON_VERSION -#define CJSON_VERSION "1.0devel" +#define CJSON_VERSION "1.1devel" #endif /* Workaround for Solaris platforms missing isinf() */ -- cgit v1.2.3-55-g6feb