aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-20 00:36:35 +1030
committerMark Pulford <mark@kyne.com.au>2012-03-04 18:54:35 +1030
commitaaed0e6a8f1bdacb13f7d89f4eaea76c322edb65 (patch)
treed23527fb3ec997694aa142e45e60907cabb8a0c6 /tests
parent31bf122c1d1d9e3812b9ef2555d537f509ae3f05 (diff)
downloadlua-cjson-aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65.tar.gz
lua-cjson-aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65.tar.bz2
lua-cjson-aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65.zip
Bump version to 2.0devel
Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible).
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 8c50b02..ac6419a 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -92,7 +92,7 @@ local cjson_tests = {
92 -- Test API variables 92 -- Test API variables
93 { "Check module name, version", 93 { "Check module name, version",
94 function () return json._NAME, json._VERSION end, { }, 94 function () return json._NAME, json._VERSION end, { },
95 true, { "cjson", "1.1devel" } }, 95 true, { "cjson", "2.0devel" } },
96 96
97 -- Test decoding simple types 97 -- Test decoding simple types
98 { "Decode string", 98 { "Decode string",