diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-10 17:03:27 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-10 17:03:27 -0200 |
commit | d6b97cf5130420b44cb6c7deb2440ce11cf161e0 (patch) | |
tree | cb76ea8d43f18db67c4c2686f1335d5f7d9b32e9 /src | |
parent | 04d071bd0ee90cbd82c3d1048254140e2363ce0a (diff) | |
download | luarocks-2.1.2.tar.gz luarocks-2.1.2.tar.bz2 luarocks-2.1.2.zip |
Prepare to release version 2.1.2v2.1.2
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 5e43535b..89c53f24 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.1.1" | 33 | program_version = "2.1.2" |
34 | major_version = program_version:match("([^.]%.[^.])") | 34 | major_version = program_version:match("([^.]%.[^.])") |
35 | 35 | ||
36 | local persist = require("luarocks.persist") | 36 | local persist = require("luarocks.persist") |