diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-20 00:36:35 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:35 +1030 |
commit | aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65 (patch) | |
tree | d23527fb3ec997694aa142e45e60907cabb8a0c6 /lua-cjson.spec | |
parent | 31bf122c1d1d9e3812b9ef2555d537f509ae3f05 (diff) | |
download | lua-cjson-aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65.tar.gz lua-cjson-aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65.tar.bz2 lua-cjson-aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65.zip |
Bump version to 2.0devel
Bump version to 2.0devel due to significant changes and updated API
(runtime config not fully backwards compatible).
Diffstat (limited to 'lua-cjson.spec')
-rw-r--r-- | lua-cjson.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec index 4642857..108651c 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: 1.1devel | 6 | Version: 2.0devel |
7 | Release: 1%{?dist} | 7 | Release: 1%{?dist} |
8 | Summary: A fast JSON encoding/parsing library for Lua | 8 | Summary: A fast JSON encoding/parsing library for Lua |
9 | 9 | ||