diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2011-09-16 17:41:59 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2011-09-16 17:41:59 -0300 |
| commit | 03ccb924aba43e555078438596864d343e061269 (patch) | |
| tree | e7cd318922621b2ff7ff897cbe111eaa7cc2905c | |
| parent | 1dba81b8e19bd1b915d102b2071e8f8fd58fb5c6 (diff) | |
| download | luarocks-2.0.6-rc1.tar.gz luarocks-2.0.6-rc1.tar.bz2 luarocks-2.0.6-rc1.zip | |
prepare release 2.0.62.0.6-rc1
| -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.5" | 2 | local VER = "2.0.6" |
| 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 7e4093a6..61537cf4 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
| @@ -24,7 +24,7 @@ end | |||
| 24 | 24 | ||
| 25 | _M.site_config = site_config | 25 | _M.site_config = site_config |
| 26 | 26 | ||
| 27 | program_version = "2.0.5" | 27 | program_version = "2.0.6" |
| 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") |
