diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2010-11-23 00:03:07 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2010-11-23 00:03:07 -0200 |
commit | 98ead176473c0fbd02b147adbcb089df8a56095e (patch) | |
tree | 66b47ae87d3858ef621d625bf959f6011977fe47 /rockspec | |
parent | abf7a9d408ed279a98287dad020afee88dcc68cc (diff) | |
download | luarocks-98ead176473c0fbd02b147adbcb089df8a56095e.tar.gz luarocks-98ead176473c0fbd02b147adbcb089df8a56095e.tar.bz2 luarocks-98ead176473c0fbd02b147adbcb089df8a56095e.zip |
Getting ready for LuaRocks 2.0.4
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.3" | 2 | local VER = "2.0.4" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||