diff options
author | Hisham <hisham@gobolinux.org> | 2016-11-30 10:49:55 -0200 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-11-30 10:49:55 -0200 |
commit | d2718bf39dace0af009b9484fc6019b276906023 (patch) | |
tree | 8607c73a370315f3f4503077c785330a05860005 /src | |
parent | 604bbd6002276b4e540cf11eac79bcfc552444ff (diff) | |
download | luarocks-2.4.2.tar.gz luarocks-2.4.2.tar.bz2 luarocks-2.4.2.zip |
Release 2.4.2v2.4.2
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/cfg.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 1141acf6..c997c124 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -31,8 +31,8 @@ if not ok then | |||
31 | site_config = {} | 31 | site_config = {} |
32 | end | 32 | end |
33 | 33 | ||
34 | cfg.program_version = "scm" | 34 | cfg.program_version = "2.4.2" |
35 | cfg.program_series = "2.2" | 35 | cfg.program_series = "2.4" |
36 | cfg.major_version = (cfg.program_version:match("([^.]%.[^.])")) or cfg.program_series | 36 | cfg.major_version = (cfg.program_version:match("([^.]%.[^.])")) or cfg.program_series |
37 | cfg.variables = {} | 37 | cfg.variables = {} |
38 | cfg.rocks_trees = {} | 38 | cfg.rocks_trees = {} |