diff options
author | Yichun Zhang (agentzh) <agentzh@gmail.com> | 2018-04-19 12:03:43 -0700 |
---|---|---|
committer | Yichun Zhang (agentzh) <agentzh@gmail.com> | 2018-04-19 12:03:43 -0700 |
commit | a03094c5473d9a9764bb486fbe5e99a62d166dae (patch) | |
tree | 205fc9ce548dde2b2c5abd3dc0fcd78d65d39128 | |
parent | 638ac2741a7f274979ac3fe2e1ea5fd6487702fe (diff) | |
download | lua-cjson-a03094c5473d9a9764bb486fbe5e99a62d166dae.tar.gz lua-cjson-a03094c5473d9a9764bb486fbe5e99a62d166dae.tar.bz2 lua-cjson-a03094c5473d9a9764bb486fbe5e99a62d166dae.zip |
bumped version to 2.1.0.6.2.1.0.6
-rw-r--r-- | lua_cjson.c | 2 | ||||
-rwxr-xr-x | 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 @@ | |||
51 | #endif | 51 | #endif |
52 | 52 | ||
53 | #ifndef CJSON_VERSION | 53 | #ifndef CJSON_VERSION |
54 | #define CJSON_VERSION "2.1devel" | 54 | #define CJSON_VERSION "2.1.0.6" |
55 | #endif | 55 | #endif |
56 | 56 | ||
57 | #ifdef _MSC_VER | 57 | #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 = { | |||
93 | -- Test API variables | 93 | -- Test API variables |
94 | { "Check module name, version", | 94 | { "Check module name, version", |
95 | function () return json._NAME, json._VERSION end, { }, | 95 | function () return json._NAME, json._VERSION end, { }, |
96 | true, { "cjson", "2.1devel" } }, | 96 | true, { "cjson", "2.1.0.6" } }, |
97 | 97 | ||
98 | -- Test decoding simple types | 98 | -- Test decoding simple types |
99 | { "Decode string", | 99 | { "Decode string", |