diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2010-11-23 13:02:28 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2010-11-23 13:02:28 -0200 |
commit | a80e64ce3eb0e5e3abe48bc18ed2acbad8253002 (patch) | |
tree | 52219972e58ad6646863c4e23c2fb1dbb98172b9 /rockspec | |
parent | 59423a667bdc69d97185886348188db6eb65ae68 (diff) | |
parent | 98ead176473c0fbd02b147adbcb089df8a56095e (diff) | |
download | luarocks-a80e64ce3eb0e5e3abe48bc18ed2acbad8253002.tar.gz luarocks-a80e64ce3eb0e5e3abe48bc18ed2acbad8253002.tar.bz2 luarocks-a80e64ce3eb0e5e3abe48bc18ed2acbad8253002.zip |
Merge branch 'master' of github.com:keplerproject/luarocks
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 | ||