aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-11-05 00:30:56 -0200
committerHisham Muhammad <hisham@gobolinux.org>2012-11-05 00:30:56 -0200
commit77b725b87d887c61f3475942e81a7d2e14e6ae7f (patch)
treef7f5d97c80eaeef36e28b174c36bf1f4d20eb514
parent1f954d9c77ff102809403b08db9886d2104e037e (diff)
downloadluarocks-77b725b87d887c61f3475942e81a7d2e14e6ae7f.tar.gz
luarocks-77b725b87d887c61f3475942e81a7d2e14e6ae7f.tar.bz2
luarocks-77b725b87d887c61f3475942e81a7d2e14e6ae7f.zip
Prepare for 2.0.12
-rw-r--r--rockspec2
-rw-r--r--src/luarocks/cfg.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/rockspec b/rockspec
index 7d2ceb0d..11cc2c63 100644
--- a/rockspec
+++ b/rockspec
@@ -1,5 +1,5 @@
1package = "LuaRocks" 1package = "LuaRocks"
2local VER = "2.0.11" 2local VER = "2.0.12"
3local REV = "1" 3local REV = "1"
4version = VER.."-"..REV 4version = VER.."-"..REV
5 5
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 0e43768e..a55e7e40 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -25,7 +25,7 @@ end
25_M.site_config = site_config 25_M.site_config = site_config
26 26
27lua_version = _VERSION:sub(5) 27lua_version = _VERSION:sub(5)
28program_version = "2.0.11" 28program_version = "2.0.12"
29 29
30local persist = require("luarocks.persist") 30local persist = require("luarocks.persist")
31 31