diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-11-27 18:53:22 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-11-27 18:53:22 +1030 |
commit | d6b3f9ceb6c73121d9fa52bf66b7cfa59b611680 (patch) | |
tree | 977c1343194983a89baf28b07797988b14ba87c8 /README | |
parent | bb3931122551240a08dbfaa1a84d55906e3d3cb6 (diff) | |
download | lua-cjson-d6b3f9ceb6c73121d9fa52bf66b7cfa59b611680.tar.gz lua-cjson-d6b3f9ceb6c73121d9fa52bf66b7cfa59b611680.tar.bz2 lua-cjson-d6b3f9ceb6c73121d9fa52bf66b7cfa59b611680.zip |
Update version to 1.0.4
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 | ||