diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2021-11-08 12:30:37 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-11-08 12:30:37 -0300 |
| commit | 17f05514ab27ca2de23e29f3b07bfbbdf6de8c36 (patch) | |
| tree | 5932f55c9d60f03ebd6166ea5f0e97a4fecf62a1 /src | |
| parent | 9ff512e35455939f02eaec2318e3acc77782fdeb (diff) | |
| download | luarocks-17f05514ab27ca2de23e29f3b07bfbbdf6de8c36.tar.gz luarocks-17f05514ab27ca2de23e29f3b07bfbbdf6de8c36.tar.bz2 luarocks-17f05514ab27ca2de23e29f3b07bfbbdf6de8c36.zip | |
Release 3.8.0v3.8.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 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 | ||
| 23 | local program_version = "dev" | 23 | local program_version = "3.8.0" |
| 24 | local program_series = "3.0" | 24 | local program_series = "3.8" |
| 25 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series | 25 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series |
| 26 | 26 | ||
| 27 | local is_windows = package.config:sub(1,1) == "\\" | 27 | local is_windows = package.config:sub(1,1) == "\\" |
