diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-19 00:50:05 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:35 +1030 |
commit | 3040931d6bb7331b130fd4c34a7b17bc5d226039 (patch) | |
tree | 507a7278b36049db0ee2ec6053b26662280bbda9 /tests | |
parent | 88bb249473db4e4923e4c27a8e3ece7a77e738ce (diff) | |
download | lua-cjson-3040931d6bb7331b130fd4c34a7b17bc5d226039.tar.gz lua-cjson-3040931d6bb7331b130fd4c34a7b17bc5d226039.tar.bz2 lua-cjson-3040931d6bb7331b130fd4c34a7b17bc5d226039.zip |
Bump development version to 1.1devel
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua index 152579e..2941a91 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, json.version end, { }, | 94 | function () return json._NAME, json._VERSION, json.version end, { }, |
95 | true, { "cjson", "1.0devel", "1.0devel" } }, | 95 | true, { "cjson", "1.1devel", "1.1devel" } }, |
96 | 96 | ||
97 | -- Test decoding simple types | 97 | -- Test decoding simple types |
98 | { "Decode string", | 98 | { "Decode string", |