diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2011-01-14 20:01:10 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2011-01-14 20:01:10 -0200 |
commit | 738cfa1bd678fc67bae0cc904497aed39fd19ce6 (patch) | |
tree | 8ba8026533d8e74d7cddef94036e795e3de071ba /rockspec | |
parent | 95377aabf99c7dd3c70ac6b5fd9309907efaa5c7 (diff) | |
download | luarocks-2.0.4.1.tar.gz luarocks-2.0.4.1.tar.bz2 luarocks-2.0.4.1.zip |
Prepare for 2.0.4.1v2.0.4.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.0.4" | 2 | local VER = "2.0.4.1" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||