summaryrefslogtreecommitdiff
path: root/manual.txt
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 /manual.txt
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 'manual.txt')
-rw-r--r--manual.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual.txt b/manual.txt
index 35b2c2e..8ca4778 100644
--- a/manual.txt
+++ b/manual.txt
@@ -1,4 +1,4 @@
1= Lua CJSON 1.1devel Manual = 1= Lua CJSON 2.0devel Manual =
2Mark Pulford <mark@kyne.com.au> 2Mark Pulford <mark@kyne.com.au>
3:revdate: November 30, 2011 3:revdate: November 30, 2011
4 4
@@ -84,7 +84,7 @@ the included RPM spec file. Install the +rpm-build+ package (or
84similar) then: 84similar) then:
85 85
86[source,sh] 86[source,sh]
87rpmbuild -tb lua-cjson-1.1devel.tar.gz 87rpmbuild -tb lua-cjson-2.0devel.tar.gz
88rpm -Uvh $newly_built_lua_cjson_rpm 88rpm -Uvh $newly_built_lua_cjson_rpm
89 89
90 90
@@ -97,7 +97,7 @@ modules on a wide range of platforms (including Windows).
97Extract the Lua CJSON source package into a directory and run: 97Extract the Lua CJSON source package into a directory and run:
98 98
99[source,sh] 99[source,sh]
100cd lua-cjson-1.1devel 100cd lua-cjson-2.0devel
101luarocks make 101luarocks make
102 102
103[NOTE] 103[NOTE]
@@ -536,7 +536,7 @@ The name of the Lua CJSON module (+"cjson"+).
536_VERSION 536_VERSION
537~~~~~~~~ 537~~~~~~~~
538 538
539The version number of the Lua CJSON module (Eg, +"1.1devel"+). 539The version number of the Lua CJSON module (Eg, +"2.0devel"+).
540 540
541 541
542null 542null