aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luarocks-3.0.0-1.rockspec (renamed from luarocks-dev-1.rockspec)2
-rw-r--r--src/luarocks/core/cfg.lua2
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 @@
1rockspec_format = "3.0" 1rockspec_format = "3.0"
2package = "luarocks" 2package = "luarocks"
3version = "dev-1" 3version = "3.0.0-1"
4source = { 4source = {
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
21local program_version = "dev" 21local program_version = "3.0.0"
22local program_series = "3.0" 22local program_series = "3.0"
23local major_version = (program_version:match("([^.]%.[^.])")) or program_series 23local major_version = (program_version:match("([^.]%.[^.])")) or program_series
24 24