diff options
author | Fabio Mascarenhas <mascarenhas@lambda-2.local> | 2010-03-22 18:35:13 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@lambda-2.local> | 2010-03-22 18:35:13 -0300 |
commit | 682838d9e847fabe9f12f9064c3c584f06bacd49 (patch) | |
tree | 7071952332adaca9f38d971c1833d6b0e27065e6 | |
parent | 8481012815ab60694e5f086b63860add685e230f (diff) | |
download | luarocks-682838d9e847fabe9f12f9064c3c584f06bacd49.tar.gz luarocks-682838d9e847fabe9f12f9064c3c584f06bacd49.tar.bz2 luarocks-682838d9e847fabe9f12f9064c3c584f06bacd49.zip |
updated rockspec for version 2.0.2
-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.1" | 2 | local VER = "2.0.2" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||