diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-10-29 21:58:27 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-10-29 21:58:27 -0200 |
commit | f3fae7c816bba9da85fbd42725933d94444aceef (patch) | |
tree | c2d0f8384f55c6b383110f36beeecd8e1bc61df6 /rockspec | |
parent | 88e21b5552ba09fb2ebbb38001884ac30b03e652 (diff) | |
download | luarocks-2.1.1.tar.gz luarocks-2.1.1.tar.bz2 luarocks-2.1.1.zip |
Prepare for release 2.1.1v2.1.1
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.1.0" | 2 | local VER = "2.1.1" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||