aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-16 22:59:10 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-16 22:59:10 +0930
commitccd65d7b468f7052eed10aa652a38d3962bf2a61 (patch)
treedaea39bc75b7930c5f39a22637c6403441653af3
parentbada0994dbe5f131964d7feb571478d0dd3974a5 (diff)
downloadlua-cjson-ccd65d7b468f7052eed10aa652a38d3962bf2a61.tar.gz
lua-cjson-ccd65d7b468f7052eed10aa652a38d3962bf2a61.tar.bz2
lua-cjson-ccd65d7b468f7052eed10aa652a38d3962bf2a61.zip
Change version number for development
-rw-r--r--Makefile2
-rw-r--r--lua-cjson.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f28568f..4db43b7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1CJSON_VERSION = 1.0.1 1CJSON_VERSION = 1.0.1dev
2LUA_VERSION = 5.1 2LUA_VERSION = 5.1
3 3
4# See http://lua-users.org/wiki/BuildingModules for platform specific 4# See http://lua-users.org/wiki/BuildingModules for platform specific
diff --git a/lua-cjson.spec b/lua-cjson.spec
index 874a6bc..63cdcaf 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -2,7 +2,7 @@
2%define lualibdir %{_libdir}/lua/%{luaver} 2%define lualibdir %{_libdir}/lua/%{luaver}
3 3
4Name: lua-cjson 4Name: lua-cjson
5Version: 1.0.1 5Version: 1.0.1dev
6Release: 1%{?dist} 6Release: 1%{?dist}
7Summary: JSON support for the Lua language 7Summary: JSON support for the Lua language
8 8