summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2021-03-30 15:03:57 -0300
committerHisham Muhammad <hisham@gobolinux.org>2021-03-30 15:03:57 -0300
commitde246955642afccc99cf08d7ae6b92104f6051f8 (patch)
treef562f72e17979489c9b31cebbb8622f16b03044e /src
parent314f3261963383647ba698df5441f3c68f36b6b6 (diff)
downloadluarocks-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.lua4
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
23local program_version = "dev" 23local program_version = "3.6.0"
24local program_series = "3.0" 24local program_series = "3.6"
25local major_version = (program_version:match("([^.]%.[^.])")) or program_series 25local major_version = (program_version:match("([^.]%.[^.])")) or program_series
26 26
27local is_windows = package.config:sub(1,1) == "\\" 27local is_windows = package.config:sub(1,1) == "\\"