diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-10 10:25:38 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-10 10:25:38 -0300 |
commit | d040eee8e5d93a64587b168ad0742df0f7d5f7c1 (patch) | |
tree | 2627ec6feb3ba428762f44b384292daa281aae80 /rockspec | |
parent | 6d83783e43061b6231f47dfb14eb6b5937555558 (diff) | |
download | luarocks-d040eee8e5d93a64587b168ad0742df0f7d5f7c1.tar.gz luarocks-d040eee8e5d93a64587b168ad0742df0f7d5f7c1.tar.bz2 luarocks-d040eee8e5d93a64587b168ad0742df0f7d5f7c1.zip |
Cleanups for release
Diffstat (limited to 'rockspec')
-rw-r--r-- | rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | package = "LuaRocks" | 1 | package = "LuaRocks" |
2 | local VER = "2.0.2" | 2 | local VER = "2.0.3" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||