diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-18 11:40:04 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-11 14:42:23 -0300 |
| commit | 29288eda176688a0e7604c687a568960cb25631e (patch) | |
| tree | 7b38e27fc3aba0063532f9c54f59edf201e5c103 /src | |
| parent | cc7c1fd51c6a78c528989a62905e6b461ad8f5ed (diff) | |
| download | luarocks-3.0.1-rc1.tar.gz luarocks-3.0.1-rc1.tar.bz2 luarocks-3.0.1-rc1.zip | |
Release 3.0.1v3.0.1-rc1
Diffstat (limited to 'src')
| -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 7a764160..19f2b5b7 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.1" |
| 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 | ||
