diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-10 18:44:35 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-10 18:44:35 +0930 |
commit | 935affcbc57a9b4f4941423395acb51a6ea33e64 (patch) | |
tree | e971f3ac16af166552241cf46e5715ac6cd17af3 /README | |
parent | db59a503b807e3cc741d01de93b6b2e46417e443 (diff) | |
download | lua-cjson-935affcbc57a9b4f4941423395acb51a6ea33e64.tar.gz lua-cjson-935affcbc57a9b4f4941423395acb51a6ea33e64.tar.bz2 lua-cjson-935affcbc57a9b4f4941423395acb51a6ea33e64.zip |
Update version to 1.0.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | Lua CJSON v1.0 | 1 | Lua CJSON v1.0.1 |
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 |
5 | details. | 5 | details. |
@@ -34,8 +34,8 @@ Build requirements: | |||
34 | Or: | 34 | Or: |
35 | - LuaJIT (http://www.luajit.org/) | 35 | - LuaJIT (http://www.luajit.org/) |
36 | 36 | ||
37 | The included Makefile should be reviewed and updated based on the | 37 | The included Makefile should be reviewed. Updated the Makefile to suit |
38 | location of your Lua header and library directories. Then: | 38 | your platform and Lua header/library directories. Then: |
39 | 39 | ||
40 | # make | 40 | # make |
41 | # make install | 41 | # make install |
@@ -45,7 +45,7 @@ location of your Lua header and library directories. Then: | |||
45 | Linux distributions using RPM should be able to build a package with | 45 | Linux distributions using RPM should be able to build a package with |
46 | the following command: | 46 | the following command: |
47 | 47 | ||
48 | # rpmbuild -tb lua-cjson-1.0.tar.gz | 48 | # rpmbuild -tb lua-cjson-1.0.1.tar.gz |
49 | 49 | ||
50 | 50 | ||
51 | Lua CJSON API | 51 | Lua CJSON API |