diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-29 20:04:53 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-29 20:04:53 +0930 |
commit | c8fc62e4f955248f2655e996872b6833b86b1523 (patch) | |
tree | 81c514c63475e3657ecbdacd9bd316432b3f12fd /README | |
parent | 3d1c5e19f45cf484774926ba6e2555d1c8e4c39b (diff) | |
download | lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.gz lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.bz2 lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.zip |
Update version to 1.0.2
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | Lua CJSON v1.0.1 | 1 | Lua CJSON v1.0.2 |
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 |
@@ -44,7 +44,7 @@ Review and update the included Makefile to suit your platform. Then: | |||
44 | Linux distributions using RPM should be able to build a package with | 44 | Linux distributions using RPM should be able to build a package with |
45 | the following command: | 45 | the following command: |
46 | 46 | ||
47 | # rpmbuild -tb lua-cjson-1.0.1.tar.gz | 47 | # rpmbuild -tb lua-cjson-1.0.2.zip |
48 | 48 | ||
49 | 49 | ||
50 | Lua CJSON API | 50 | Lua CJSON API |