diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2021-03-30 15:03:57 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-03-30 15:03:57 -0300 |
commit | de246955642afccc99cf08d7ae6b92104f6051f8 (patch) | |
tree | f562f72e17979489c9b31cebbb8622f16b03044e /src | |
parent | 314f3261963383647ba698df5441f3c68f36b6b6 (diff) | |
download | luarocks-3.6.0.tar.gz luarocks-3.6.0.tar.bz2 luarocks-3.6.0.zip |
Release 3.6.0v3.6.0
Diffstat (limited to 'src')
-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 c19f7d3b..e4ea182c 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.6.0" |
24 | local program_series = "3.0" | 24 | local program_series = "3.6" |
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) == "\\" |