diff options
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 2.0devel Manual = | 1 | = Lua CJSON 2.1devel Manual = |
2 | Mark Pulford <mark@kyne.com.au> | 2 | Mark Pulford <mark@kyne.com.au> |
3 | :revdate: January 22, 2012 | 3 | :revdate: January 22, 2012 |
4 | 4 | ||
@@ -102,7 +102,7 @@ has been installed. | |||
102 | Build and install the module via RPM: | 102 | Build and install the module via RPM: |
103 | 103 | ||
104 | [source,sh] | 104 | [source,sh] |
105 | rpmbuild -tb lua-cjson-2.0devel.tar.gz | 105 | rpmbuild -tb lua-cjson-2.1devel.tar.gz |
106 | rpm -Uvh $LUA_CJSON_RPM | 106 | rpm -Uvh $LUA_CJSON_RPM |
107 | 107 | ||
108 | 108 | ||
@@ -117,7 +117,7 @@ First, extract the Lua CJSON source package. | |||
117 | Next, install the module: | 117 | Next, install the module: |
118 | 118 | ||
119 | [source,sh] | 119 | [source,sh] |
120 | cd lua-cjson-2.0devel | 120 | cd lua-cjson-2.1devel |
121 | luarocks make | 121 | luarocks make |
122 | 122 | ||
123 | [NOTE] | 123 | [NOTE] |
@@ -590,7 +590,7 @@ The name of the Lua CJSON module (+"cjson"+). | |||
590 | _VERSION | 590 | _VERSION |
591 | ~~~~~~~~ | 591 | ~~~~~~~~ |
592 | 592 | ||
593 | The version number of the Lua CJSON module (+"2.0devel"+). | 593 | The version number of the Lua CJSON module (+"2.1devel"+). |
594 | 594 | ||
595 | 595 | ||
596 | null | 596 | null |