diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-10 17:03:27 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-10 17:03:27 -0200 |
commit | d6b97cf5130420b44cb6c7deb2440ce11cf161e0 (patch) | |
tree | cb76ea8d43f18db67c4c2686f1335d5f7d9b32e9 /rockspec | |
parent | 04d071bd0ee90cbd82c3d1048254140e2363ce0a (diff) | |
download | luarocks-2.1.2.tar.gz luarocks-2.1.2.tar.bz2 luarocks-2.1.2.zip |
Prepare to release version 2.1.2v2.1.2
Diffstat (limited to '')
-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.1" | 2 | local VER = "2.1.2" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||