diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2021-04-13 18:53:35 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-04-13 18:53:35 -0300 |
commit | 0c5934213e36b4f1348d199c65f84d8644413adc (patch) | |
tree | a65f54a13e6328f24721a89cb89f1ee45d1effca /src | |
parent | ff58301bd9755f8e86e35dbc16d925b1fc65105a (diff) | |
download | luarocks-3.7.0.tar.gz luarocks-3.7.0.tar.bz2 luarocks-3.7.0.zip |
Release 3.7.0v3.7.0
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 e24fa4f6..535bd69f 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua | |||
@@ -20,8 +20,8 @@ local vers = require("luarocks.core.vers") | |||
20 | 20 | ||
21 | -------------------------------------------------------------------------------- | 21 | -------------------------------------------------------------------------------- |
22 | 22 | ||
23 | local program_version = "dev" | 23 | local program_version = "3.7.0" |
24 | local program_series = "3.0" | 24 | local program_series = "3.7" |
25 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series | 25 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series |
26 | 26 | ||
27 | local is_windows = package.config:sub(1,1) == "\\" | 27 | local is_windows = package.config:sub(1,1) == "\\" |