diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lua-cjson.spec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | CJSON_VERSION = 1.0.1 | 1 | CJSON_VERSION = 1.0.1dev |
2 | LUA_VERSION = 5.1 | 2 | LUA_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 | ||
4 | Name: lua-cjson | 4 | Name: lua-cjson |
5 | Version: 1.0.1 | 5 | Version: 1.0.1dev |
6 | Release: 1%{?dist} | 6 | Release: 1%{?dist} |
7 | Summary: JSON support for the Lua language | 7 | Summary: JSON support for the Lua language |
8 | 8 | ||