From aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Fri, 20 Jan 2012 00:36:35 +1030 Subject: Bump version to 2.0devel Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible). --- tests/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 = { -- Test API variables { "Check module name, version", function () return json._NAME, json._VERSION end, { }, - true, { "cjson", "1.1devel" } }, + true, { "cjson", "2.0devel" } }, -- Test decoding simple types { "Decode string", -- cgit v1.2.3-55-g6feb