diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-10-30 10:25:53 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-10-30 13:27:44 -0300 |
commit | 04bbe2e4fb29922d1afc20c9d95a6e45335e09f1 (patch) | |
tree | 1869c469b9558bf4f2aed896ce604d58dba83af1 /src | |
parent | 50e4b793df2f22eca5d4c4244d5c89fcc4c34b70 (diff) | |
download | luarocks-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.lua | 2 |
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 | ||
22 | local program_version = "dev" | 22 | local program_version = "3.0.4" |
23 | local program_series = "3.0" | 23 | local program_series = "3.0" |
24 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series | 24 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series |
25 | 25 | ||