diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2019-05-06 14:36:12 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-05-06 14:38:38 -0300 |
| commit | 73866791fca824ed3a16d9acb63586e73d895ad2 (patch) | |
| tree | 99149357e5ca207c12f9a5b64103ea25bf90088c /src | |
| parent | 37ac8cd4d3067c57e33b873545d5d887d3944cd1 (diff) | |
| download | luarocks-73866791fca824ed3a16d9acb63586e73d895ad2.tar.gz luarocks-73866791fca824ed3a16d9acb63586e73d895ad2.tar.bz2 luarocks-73866791fca824ed3a16d9acb63586e73d895ad2.zip | |
Release 3.1.1v3.1.1
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..d6732350 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.1" |
| 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) == "\\" |
