diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2018-09-07 02:47:50 +0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-09-07 02:47:50 +0300 |
| commit | 747f64e015483f46094fddc1930eb0ead02af0e4 (patch) | |
| tree | b6f0a59e21999d9fcbfc103b97cd99802b6bbde9 /src | |
| parent | 284d23fb35ce716bcad263ffcda761fdaf466a5d (diff) | |
| download | luarocks-3.0.2.tar.gz luarocks-3.0.2.tar.bz2 luarocks-3.0.2.zip | |
Release 3.0.2v3.0.2
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 cde5b2f5..05823cb3 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua | |||
| @@ -18,7 +18,7 @@ local persist = require("luarocks.core.persist") | |||
| 18 | 18 | ||
| 19 | -------------------------------------------------------------------------------- | 19 | -------------------------------------------------------------------------------- |
| 20 | 20 | ||
| 21 | local program_version = "dev" | 21 | local program_version = "3.0.2" |
| 22 | local program_series = "3.0" | 22 | local program_series = "3.0" |
| 23 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series | 23 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series |
| 24 | 24 | ||
