diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | Lua CJSON v1.0.3 | 1 | Lua CJSON v1.0.4 |
2 | ================ | 2 | ================ |
3 | 3 | ||
4 | Lua CJSON is covered by the MIT license. See the file "LICENSE" for | 4 | Lua CJSON is covered by the MIT license. See the file "LICENSE" for |
@@ -65,7 +65,7 @@ RPM-based Linux distributions should be able to create a package using | |||
65 | the included RPM spec file. Install the "rpm-build" package, or | 65 | the included RPM spec file. Install the "rpm-build" package, or |
66 | similar, then: | 66 | similar, then: |
67 | 67 | ||
68 | # rpmbuild -tb lua-cjson-1.0.3.tar.gz | 68 | # rpmbuild -tb lua-cjson-1.0.4.tar.gz |
69 | 69 | ||
70 | 70 | ||
71 | LuaRocks | 71 | LuaRocks |
@@ -76,7 +76,7 @@ modules on a wide range of platforms (including Windows). | |||
76 | 76 | ||
77 | Extract the Lua CJSON source package into a directory and run: | 77 | Extract the Lua CJSON source package into a directory and run: |
78 | 78 | ||
79 | # cd lua-cjson-1.0.3; luarocks make | 79 | # cd lua-cjson-1.0.4; luarocks make |
80 | 80 | ||
81 | See the LuaRocks documentation for further details. | 81 | See the LuaRocks documentation for further details. |
82 | 82 | ||