diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-07-02 23:22:53 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-07-02 23:22:53 -0300 |
commit | d3ab714991d1c9accb37942f2b04a296b679cccd (patch) | |
tree | d8cb801c19e1be956f70ba0e3cc591658e8c5bd5 /src | |
parent | 8ff6a5b55b199fbb056b0e11cff86d8192cef61e (diff) | |
download | luarocks-2.1.0rc1.tar.gz luarocks-2.1.0rc1.tar.bz2 luarocks-2.1.0rc1.zip |
Preparing for LuaRocks 2.1.0... let's try to install as a rock this time!v2.1.0rc1
Diffstat (limited to 'src')
-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 22207531..5d918b13 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -30,7 +30,7 @@ end | |||
30 | 30 | ||
31 | _M.site_config = site_config | 31 | _M.site_config = site_config |
32 | 32 | ||
33 | program_version = "2.0.13" | 33 | program_version = "2.1.0" |
34 | 34 | ||
35 | local persist = require("luarocks.persist") | 35 | local persist = require("luarocks.persist") |
36 | 36 | ||