diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-26 12:18:55 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-26 19:02:50 -0300 |
| commit | 058525040ce7c6343416e7f1af2b3533f8b160ec (patch) | |
| tree | f356666d49a9b2dca454e839f04aea010fb70507 /src | |
| parent | 8a8622bda70d77567dbc67c882a334751fcf9fc0 (diff) | |
| download | luarocks-058525040ce7c6343416e7f1af2b3533f8b160ec.tar.gz luarocks-058525040ce7c6343416e7f1af2b3533f8b160ec.tar.bz2 luarocks-058525040ce7c6343416e7f1af2b3533f8b160ec.zip | |
Release 3.1.0v3.1.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/core/cfg.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index 02fb564b..1aa42a27 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 | ||
| 22 | local program_version = "dev" | 22 | local program_version = "3.1.0" |
| 23 | local program_series = "3.0" | 23 | local program_series = "3.1" |
| 24 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series | 24 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series |
| 25 | 25 | ||
| 26 | local is_windows = package.config:sub(1,1) == "\\" | 26 | local is_windows = package.config:sub(1,1) == "\\" |
