diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-20 00:36:35 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:35 +1030 |
commit | aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65 (patch) | |
tree | d23527fb3ec997694aa142e45e60907cabb8a0c6 /manual.txt | |
parent | 31bf122c1d1d9e3812b9ef2555d537f509ae3f05 (diff) | |
download | lua-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.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | = Lua CJSON 1.1devel Manual = | 1 | = Lua CJSON 2.0devel Manual = |
2 | Mark Pulford <mark@kyne.com.au> | 2 | Mark 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 | |||
84 | similar) then: | 84 | similar) then: |
85 | 85 | ||
86 | [source,sh] | 86 | [source,sh] |
87 | rpmbuild -tb lua-cjson-1.1devel.tar.gz | 87 | rpmbuild -tb lua-cjson-2.0devel.tar.gz |
88 | rpm -Uvh $newly_built_lua_cjson_rpm | 88 | rpm -Uvh $newly_built_lua_cjson_rpm |
89 | 89 | ||
90 | 90 | ||
@@ -97,7 +97,7 @@ modules on a wide range of platforms (including Windows). | |||
97 | Extract the Lua CJSON source package into a directory and run: | 97 | Extract the Lua CJSON source package into a directory and run: |
98 | 98 | ||
99 | [source,sh] | 99 | [source,sh] |
100 | cd lua-cjson-1.1devel | 100 | cd lua-cjson-2.0devel |
101 | luarocks make | 101 | luarocks 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 | ||
539 | The version number of the Lua CJSON module (Eg, +"1.1devel"+). | 539 | The version number of the Lua CJSON module (Eg, +"2.0devel"+). |
540 | 540 | ||
541 | 541 | ||
542 | null | 542 | null |