aboutsummaryrefslogtreecommitdiff
path: root/rockspec
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-11-23 00:03:07 -0200
committerHisham Muhammad <hisham@gobolinux.org>2010-11-23 00:03:07 -0200
commit98ead176473c0fbd02b147adbcb089df8a56095e (patch)
tree66b47ae87d3858ef621d625bf959f6011977fe47 /rockspec
parentabf7a9d408ed279a98287dad020afee88dcc68cc (diff)
downloadluarocks-98ead176473c0fbd02b147adbcb089df8a56095e.tar.gz
luarocks-98ead176473c0fbd02b147adbcb089df8a56095e.tar.bz2
luarocks-98ead176473c0fbd02b147adbcb089df8a56095e.zip
Getting ready for LuaRocks 2.0.4
Diffstat (limited to 'rockspec')
-rw-r--r--rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rockspec b/rockspec
index 5c054e2f..a1ff04d8 100644
--- a/rockspec
+++ b/rockspec
@@ -1,5 +1,5 @@
1package = "LuaRocks" 1package = "LuaRocks"
2local VER = "2.0.3" 2local VER = "2.0.4"
3local REV = "1" 3local REV = "1"
4version = VER.."-"..REV 4version = VER.."-"..REV
5 5