aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-10-30 10:25:53 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-10-30 13:27:44 -0300
commit04bbe2e4fb29922d1afc20c9d95a6e45335e09f1 (patch)
tree1869c469b9558bf4f2aed896ce604d58dba83af1 /src
parent50e4b793df2f22eca5d4c4244d5c89fcc4c34b70 (diff)
downloadluarocks-3.0.4.tar.gz
luarocks-3.0.4.tar.bz2
luarocks-3.0.4.zip
Release 3.0.4v3.0.4
Diffstat (limited to '')
-rw-r--r--src/luarocks/core/cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua
index bbcc72ac..3237786c 100644
--- a/src/luarocks/core/cfg.lua
+++ b/src/luarocks/core/cfg.lua
@@ -19,7 +19,7 @@ local sysdetect = require("luarocks.core.sysdetect")
19 19
20-------------------------------------------------------------------------------- 20--------------------------------------------------------------------------------
21 21
22local program_version = "dev" 22local program_version = "3.0.4"
23local program_series = "3.0" 23local program_series = "3.0"
24local major_version = (program_version:match("([^.]%.[^.])")) or program_series 24local major_version = (program_version:match("([^.]%.[^.])")) or program_series
25 25