summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2021-04-13 18:53:35 -0300
committerHisham Muhammad <hisham@gobolinux.org>2021-04-13 18:53:35 -0300
commit0c5934213e36b4f1348d199c65f84d8644413adc (patch)
treea65f54a13e6328f24721a89cb89f1ee45d1effca /src
parentff58301bd9755f8e86e35dbc16d925b1fc65105a (diff)
downloadluarocks-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.lua4
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
23local program_version = "dev" 23local program_version = "3.7.0"
24local program_series = "3.0" 24local program_series = "3.7"
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) == "\\"