Skip to content

Commit a03094c

Browse files
committed
bumped version to 2.1.0.6.
1 parent 638ac27 commit a03094c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lua_cjson.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#endif
5252

5353
#ifndef CJSON_VERSION
54-
#define CJSON_VERSION "2.1devel"
54+
#define CJSON_VERSION "2.1.0.6"
5555
#endif
5656

5757
#ifdef _MSC_VER

tests/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ local cjson_tests = {
9393
-- Test API variables
9494
{ "Check module name, version",
9595
function () return json._NAME, json._VERSION end, { },
96-
true, { "cjson", "2.1devel" } },
96+
true, { "cjson", "2.1.0.6" } },
9797

9898
-- Test decoding simple types
9999
{ "Decode string",

0 commit comments

Comments
 (0)