Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 62485fd..35b2c2e 100644
--- a/manual.txt
+++ b/manual.txt
@@ -1,4 +1,4 @@
-= Lua CJSON 1.0devel Manual =
+= Lua CJSON 1.1devel Manual =
Mark Pulford <mark@kyne.com.au>
:revdate: November 30, 2011
@@ -84,7 +84,7 @@ the included RPM spec file. Install the +rpm-build+ package (or
similar) then:
[source,sh]
-rpmbuild -tb lua-cjson-1.0devel.tar.gz
+rpmbuild -tb lua-cjson-1.1devel.tar.gz
rpm -Uvh $newly_built_lua_cjson_rpm
@@ -97,7 +97,7 @@ modules on a wide range of platforms (including Windows).
Extract the Lua CJSON source package into a directory and run:
[source,sh]
-cd lua-cjson-1.0devel
+cd lua-cjson-1.1devel
luarocks make
[NOTE]
@@ -536,7 +536,7 @@ The name of the Lua CJSON module (+"cjson"+).
_VERSION
~~~~~~~~
-The version number of the Lua CJSON module (Eg, +"1.0devel"+).
+The version number of the Lua CJSON module (Eg, +"1.1devel"+).
null