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 | |
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
-rw-r--r-- | rockspec | 2 | ||||
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
2 files changed, 2 insertions, 2 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 | ||
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 4bb376a4..a9789e21 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -24,7 +24,7 @@ end | |||
24 | 24 | ||
25 | _M.config = config | 25 | _M.config = config |
26 | 26 | ||
27 | program_version = "2.0.4" | 27 | program_version = "2.0.4.1" |
28 | user_agent = "LuaRocks/"..program_version | 28 | user_agent = "LuaRocks/"..program_version |
29 | 29 | ||
30 | local persist = require("luarocks.persist") | 30 | local persist = require("luarocks.persist") |