From aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Fri, 20 Jan 2012 00:36:35 +1030 Subject: Bump version to 2.0devel Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible). --- 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 f5af350..b14c242 100644 --- a/lua_cjson.c +++ b/lua_cjson.c @@ -51,7 +51,7 @@ #endif #ifndef CJSON_VERSION -#define CJSON_VERSION "1.1devel" +#define CJSON_VERSION "2.0devel" #endif /* Workaround for Solaris platforms missing isinf() */ -- cgit v1.2.3-55-g6feb