diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-06-06 16:46:21 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-06-06 16:46:21 -0300 |
commit | a41588f984bec1010dddffd303c413f1b09c96a9 (patch) | |
tree | 599d4d73c21deffdf04e9cb9c8bd70c9b294e92d /src | |
parent | 59e026985872feb54aaea6c8c8800b7181c82dcc (diff) | |
download | luarocks-3.1.3.tar.gz luarocks-3.1.3.tar.bz2 luarocks-3.1.3.zip |
Release 3.1.3v3.1.3
Diffstat (limited to '')
-rw-r--r-- | src/luarocks/core/cfg.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index d8442962..c5af5a29 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua | |||
@@ -19,8 +19,8 @@ local sysdetect = require("luarocks.core.sysdetect") | |||
19 | 19 | ||
20 | -------------------------------------------------------------------------------- | 20 | -------------------------------------------------------------------------------- |
21 | 21 | ||
22 | local program_version = "dev" | 22 | local program_version = "3.1.3" |
23 | local program_series = "3.0" | 23 | local program_series = "3.1" |
24 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series | 24 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series |
25 | 25 | ||
26 | local is_windows = package.config:sub(1,1) == "\\" | 26 | local is_windows = package.config:sub(1,1) == "\\" |