From 5300ecb4e8f8ce9ec200b91c7273dae1947e431c Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 1 Mar 2012 20:12:19 +1030 Subject: Bump version to 2.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 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() */ -- cgit v1.2.3-55-g6feb