summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2019-08-28 13:46:37 -0300
committerHisham Muhammad <hisham@gobolinux.org>2019-08-28 14:46:00 -0300
commita5c7954a088577838d0f6726f804dbd216b156f5 (patch)
treed608ec4a71c440c6af663d9be66fae65a0c90b44 /src
parente9215f139be7afa3af116a2039594362e4f1f2be (diff)
downloadluarocks-3.2.0.tar.gz
luarocks-3.2.0.tar.bz2
luarocks-3.2.0.zip
Release 3.2.0v3.2.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 008ae7dc..2ec18230 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
22local program_version = "dev" 22local program_version = "3.2.0"
23local program_series = "3.0" 23local program_series = "3.2"
24local major_version = (program_version:match("([^.]%.[^.])")) or program_series 24local major_version = (program_version:match("([^.]%.[^.])")) or program_series
25 25
26local is_windows = package.config:sub(1,1) == "\\" 26local is_windows = package.config:sub(1,1) == "\\"