diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-18 11:40:04 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-20 09:22:43 -0300 |
commit | 02bb014645a45aee2ed2a78e4088fd2baace3a30 (patch) | |
tree | fe341d79e24f94dfe39004d9f5616a2a2b797fc8 | |
parent | 0e02970cebf08b93d495062733bf3e7632dbe02b (diff) | |
download | luarocks-3.0.0.tar.gz luarocks-3.0.0.tar.bz2 luarocks-3.0.0.zip |
Release 3.0.0v3.0.0
-rw-r--r-- | luarocks-3.0.0-1.rockspec (renamed from luarocks-dev-1.rockspec) | 2 | ||||
-rw-r--r-- | src/luarocks/core/cfg.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/luarocks-dev-1.rockspec b/luarocks-3.0.0-1.rockspec index bc19e3ff..31e696b5 100644 --- a/luarocks-dev-1.rockspec +++ b/luarocks-3.0.0-1.rockspec | |||
@@ -1,6 +1,6 @@ | |||
1 | rockspec_format = "3.0" | 1 | rockspec_format = "3.0" |
2 | package = "luarocks" | 2 | package = "luarocks" |
3 | version = "dev-1" | 3 | version = "3.0.0-1" |
4 | source = { | 4 | source = { |
5 | url = "git+https://github.com/luarocks/luarocks" | 5 | url = "git+https://github.com/luarocks/luarocks" |
6 | } | 6 | } |
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index 2606291c..d6fc8ec1 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.0" |
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 | ||