From ccd65d7b468f7052eed10aa652a38d3962bf2a61 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 16 May 2011 22:59:10 +0930 Subject: Change version number for development --- Makefile | 2 +- lua-cjson.spec | 2 +- 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 @@ -CJSON_VERSION = 1.0.1 +CJSON_VERSION = 1.0.1dev LUA_VERSION = 5.1 # 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 @@ %define lualibdir %{_libdir}/lua/%{luaver} Name: lua-cjson -Version: 1.0.1 +Version: 1.0.1dev Release: 1%{?dist} Summary: JSON support for the Lua language -- cgit v1.2.3-55-g6feb