From b2a271cc9798e56c443ace6e0a50f13148bf4bb2 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 17 Apr 2022 00:45:04 -0300 Subject: Release 3.9.0 --- appveyor.yml | 4 ++-- configure | 2 +- install.bat | 2 +- src/luarocks/core/cfg.lua | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b084cff5..6c7bb4a4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.0.{build}-test +version: 3.9.0.{build}-test shallow_clone: true @@ -6,7 +6,7 @@ matrix: fast_finish: true environment: - LUAROCKS_VER: 3.0.0 + LUAROCKS_VER: 3.9.0 matrix: # Lua 5.4 tests diff --git a/configure b/configure index 4a5542b9..61ceede5 100755 --- a/configure +++ b/configure @@ -320,7 +320,7 @@ do done echo -BLUE "Configuring LuaRocks version dev..." +BLUE "Configuring LuaRocks version 3.9.0..." echo echo diff --git a/install.bat b/install.bat index 7a5df9cd..de8cb70b 100644 --- a/install.bat +++ b/install.bat @@ -6,7 +6,7 @@ local vars = {} vars.PREFIX = nil -vars.VERSION = "3.0" +vars.VERSION = "3.9" vars.SYSCONFDIR = nil vars.CONFBACKUPDIR = nil vars.SYSCONFFILENAME = nil diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index 5b406121..d6eead7e 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua @@ -20,7 +20,7 @@ local vers = require("luarocks.core.vers") -------------------------------------------------------------------------------- -local program_version = "dev" +local program_version = "3.9.0" local is_windows = package.config:sub(1,1) == "\\" -- cgit v1.2.3-55-g6feb