diff options
author | Ignacio BurgueƱo <ignaciob@inconcertcc.com> | 2012-06-28 10:38:24 -0300 |
---|---|---|
committer | Norman Clarke <norman@njclarke.com> | 2012-07-06 10:40:08 -0300 |
commit | 040f6eb2508438d9f7e3ced6a1f3ecb5cc23b89d (patch) | |
tree | fed709f41e484cc9df95f2084c8b0475e354d92d | |
parent | 3377827aa8a8a8b42f78473c5045ee50c7eebdd2 (diff) | |
download | luarocks-040f6eb2508438d9f7e3ced6a1f3ecb5cc23b89d.tar.gz luarocks-040f6eb2508438d9f7e3ced6a1f3ecb5cc23b89d.tar.bz2 luarocks-040f6eb2508438d9f7e3ced6a1f3ecb5cc23b89d.zip |
Bump version to 2.0.9
-rw-r--r-- | src/luarocks/cfg.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 56a9a965..48b40586 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | --- Configuration for LuaRocks. | 1 | --- Configuration for LuaRocks. |
3 | -- Tries to load the user's configuration file and | 2 | -- Tries to load the user's configuration file and |
4 | -- defines defaults for unset values. See the | 3 | -- defines defaults for unset values. See the |
@@ -26,7 +25,7 @@ end | |||
26 | _M.site_config = site_config | 25 | _M.site_config = site_config |
27 | 26 | ||
28 | lua_version = _VERSION:sub(5) | 27 | lua_version = _VERSION:sub(5) |
29 | program_version = "2.0.8" | 28 | program_version = "2.0.9" |
30 | user_agent = "LuaRocks/"..program_version | 29 | user_agent = "LuaRocks/"..program_version |
31 | 30 | ||
32 | local persist = require("luarocks.persist") | 31 | local persist = require("luarocks.persist") |