aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-03-01 20:12:19 +1030
committerMark Pulford <mark@kyne.com.au>2012-03-04 18:54:36 +1030
commit5300ecb4e8f8ce9ec200b91c7273dae1947e431c (patch)
treea14983ba2331dee93197a75636fe975e363eb920 /tests
parent6a8c434e38f3035d04bf17696353cf0bb93abec6 (diff)
downloadlua-cjson-5300ecb4e8f8ce9ec200b91c7273dae1947e431c.tar.gz
lua-cjson-5300ecb4e8f8ce9ec200b91c7273dae1947e431c.tar.bz2
lua-cjson-5300ecb4e8f8ce9ec200b91c7273dae1947e431c.zip
Bump version to 2.1devel
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 96b47ff..96a3201 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.0devel" } }, 96 true, { "cjson", "2.1devel" } },
97 97
98 -- Test decoding simple types 98 -- Test decoding simple types
99 { "Decode string", 99 { "Decode string",