From 935affcbc57a9b4f4941423395acb51a6ea33e64 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 10 May 2011 18:44:35 +0930 Subject: Update version to 1.0.1 --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 71ad376..1ff12d9 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Lua CJSON v1.0 -============== +Lua CJSON v1.0.1 +================ Lua CJSON is covered by the MIT license. See the file "LICENSE" for details. @@ -34,8 +34,8 @@ Build requirements: Or: - LuaJIT (http://www.luajit.org/) -The included Makefile should be reviewed and updated based on the -location of your Lua header and library directories. Then: +The included Makefile should be reviewed. Updated the Makefile to suit +your platform and Lua header/library directories. Then: # make # make install @@ -45,7 +45,7 @@ location of your Lua header and library directories. Then: Linux distributions using RPM should be able to build a package with the following command: - # rpmbuild -tb lua-cjson-1.0.tar.gz + # rpmbuild -tb lua-cjson-1.0.1.tar.gz Lua CJSON API -- cgit v1.2.3-55-g6feb