summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-29 20:04:53 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-29 20:04:53 +0930
commitc8fc62e4f955248f2655e996872b6833b86b1523 (patch)
tree81c514c63475e3657ecbdacd9bd316432b3f12fd /README
parent3d1c5e19f45cf484774926ba6e2555d1c8e4c39b (diff)
downloadlua-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--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b4f5bcd..0d912a8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1Lua CJSON v1.0.1 1Lua CJSON v1.0.2
2================ 2================
3 3
4Lua CJSON is covered by the MIT license. See the file "LICENSE" for 4Lua 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:
44Linux distributions using RPM should be able to build a package with 44Linux distributions using RPM should be able to build a package with
45the following command: 45the 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
50Lua CJSON API 50Lua CJSON API