From a03094c5473d9a9764bb486fbe5e99a62d166dae Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 19 Apr 2018 12:03:43 -0700 Subject: bumped version to 2.1.0.6. --- lua_cjson.c | 2 +- tests/test.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua_cjson.c b/lua_cjson.c index cbf8286..505e900 100644 --- a/lua_cjson.c +++ b/lua_cjson.c @@ -51,7 +51,7 @@ #endif #ifndef CJSON_VERSION -#define CJSON_VERSION "2.1devel" +#define CJSON_VERSION "2.1.0.6" #endif #ifdef _MSC_VER diff --git a/tests/test.lua b/tests/test.lua index 3da8676..d1bf7e4 100755 --- a/tests/test.lua +++ b/tests/test.lua @@ -93,7 +93,7 @@ local cjson_tests = { -- Test API variables { "Check module name, version", function () return json._NAME, json._VERSION end, { }, - true, { "cjson", "2.1devel" } }, + true, { "cjson", "2.1.0.6" } }, -- Test decoding simple types { "Decode string", -- cgit v1.2.3-55-g6feb