diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-03-01 20:12:19 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:36 +1030 |
commit | 5300ecb4e8f8ce9ec200b91c7273dae1947e431c (patch) | |
tree | a14983ba2331dee93197a75636fe975e363eb920 /lua | |
parent | 6a8c434e38f3035d04bf17696353cf0bb93abec6 (diff) | |
download | lua-cjson-5300ecb4e8f8ce9ec200b91c7273dae1947e431c.tar.gz lua-cjson-5300ecb4e8f8ce9ec200b91c7273dae1947e431c.tar.bz2 lua-cjson-5300ecb4e8f8ce9ec200b91c7273dae1947e431c.zip |
Bump version to 2.1devel
Diffstat (limited to '')
-rw-r--r-- | lua-cjson-2.1devel-1.rockspec (renamed from lua-cjson-2.0devel-1.rockspec) | 4 | ||||
-rw-r--r-- | lua-cjson.spec | 2 | ||||
-rw-r--r-- | lua_cjson.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lua-cjson-2.0devel-1.rockspec b/lua-cjson-2.1devel-1.rockspec index 9ef18cb..154e333 100644 --- a/lua-cjson-2.0devel-1.rockspec +++ b/lua-cjson-2.1devel-1.rockspec | |||
@@ -1,8 +1,8 @@ | |||
1 | package = "lua-cjson" | 1 | package = "lua-cjson" |
2 | version = "2.0devel-1" | 2 | version = "2.1devel-1" |
3 | 3 | ||
4 | source = { | 4 | source = { |
5 | url = "http://www.kyne.com.au/~mark/software/download/lua-cjson-2.0devel.zip", | 5 | url = "http://www.kyne.com.au/~mark/software/download/lua-cjson-2.1devel.zip", |
6 | } | 6 | } |
7 | 7 | ||
8 | description = { | 8 | description = { |
diff --git a/lua-cjson.spec b/lua-cjson.spec index 823f7d8..824051d 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
@@ -3,7 +3,7 @@ | |||
3 | %define luadatadir %{_datadir}/lua/%{luaver} | 3 | %define luadatadir %{_datadir}/lua/%{luaver} |
4 | 4 | ||
5 | Name: lua-cjson | 5 | Name: lua-cjson |
6 | Version: 2.0devel | 6 | Version: 2.1devel |
7 | Release: 1%{?dist} | 7 | Release: 1%{?dist} |
8 | Summary: A fast JSON encoding/parsing module for Lua | 8 | Summary: A fast JSON encoding/parsing module for Lua |
9 | 9 | ||
diff --git a/lua_cjson.c b/lua_cjson.c index afa5266..ca5b88d 100644 --- a/lua_cjson.c +++ b/lua_cjson.c | |||
@@ -51,7 +51,7 @@ | |||
51 | #endif | 51 | #endif |
52 | 52 | ||
53 | #ifndef CJSON_VERSION | 53 | #ifndef CJSON_VERSION |
54 | #define CJSON_VERSION "2.0devel" | 54 | #define CJSON_VERSION "2.1devel" |
55 | #endif | 55 | #endif |
56 | 56 | ||
57 | /* Workaround for Solaris platforms missing isinf() */ | 57 | /* Workaround for Solaris platforms missing isinf() */ |