diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2012-02-16 16:11:19 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-02-16 16:11:19 -0200 |
commit | 8d3ccab81221fc9df7bd56015781fffd0e643336 (patch) | |
tree | a8ac3895db672541d5e6af072f96fe7a17067dc3 | |
parent | ae2d3a684540bddc910fb68d47659cd87af0916d (diff) | |
download | luarocks-8d3ccab81221fc9df7bd56015781fffd0e643336.tar.gz luarocks-8d3ccab81221fc9df7bd56015781fffd0e643336.tar.bz2 luarocks-8d3ccab81221fc9df7bd56015781fffd0e643336.zip |
preparing for release candidate
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 9fce84f8..9628a291 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -25,7 +25,7 @@ end | |||
25 | 25 | ||
26 | _M.site_config = site_config | 26 | _M.site_config = site_config |
27 | 27 | ||
28 | program_version = "2.0.7.1" | 28 | program_version = "2.0.8" |
29 | user_agent = "LuaRocks/"..program_version | 29 | user_agent = "LuaRocks/"..program_version |
30 | 30 | ||
31 | local persist = require("luarocks.persist") | 31 | local persist = require("luarocks.persist") |