aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-08-10 20:47:32 +0930
committerMark Pulford <mark@kyne.com.au>2011-08-10 20:47:32 +0930
commit1fc923da45731b39e6aea9f50543cd7e8b0e4ad8 (patch)
treebcf8ad75d685011226af1563572373de1e0b8ceb /README
parent386fdad6820fefa77355ed330f3072a5e2a4bd3e (diff)
downloadlua-cjson-1fc923da45731b39e6aea9f50543cd7e8b0e4ad8.tar.gz
lua-cjson-1fc923da45731b39e6aea9f50543cd7e8b0e4ad8.tar.bz2
lua-cjson-1fc923da45731b39e6aea9f50543cd7e8b0e4ad8.zip
Update version to 1.0.3
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index f118f32..b849b92 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1Lua CJSON v1.0.2 1Lua CJSON v1.0.3
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
@@ -58,7 +58,7 @@ RPM
58Linux distributions using RPM should be able to build a package with 58Linux distributions using RPM should be able to build a package with
59the following command: 59the following command:
60 60
61 # rpmbuild -tb lua-cjson-1.0.2.tar.gz 61 # rpmbuild -tb lua-cjson-1.0.3.tar.gz
62 62
63 63
64LuaRocks 64LuaRocks
@@ -66,7 +66,7 @@ LuaRocks
66 66
67Extract the source package into a directory and run: 67Extract the source package into a directory and run:
68 68
69 # cd lua-cjson-1.0.2; luarocks make 69 # cd lua-cjson-1.0.3; luarocks make
70 70
71 71
72Lua CJSON API 72Lua CJSON API