summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2021-11-08 12:30:37 -0300
committerHisham Muhammad <hisham@gobolinux.org>2021-11-08 12:30:37 -0300
commit17f05514ab27ca2de23e29f3b07bfbbdf6de8c36 (patch)
tree5932f55c9d60f03ebd6166ea5f0e97a4fecf62a1 /src
parent9ff512e35455939f02eaec2318e3acc77782fdeb (diff)
downloadluarocks-3.8.0.tar.gz
luarocks-3.8.0.tar.bz2
luarocks-3.8.0.zip
Release 3.8.0v3.8.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 ccee4ba9..926d4793 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.8.0"
24local program_series = "3.0" 24local program_series = "3.8"
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) == "\\"