From da9d03e11911e1e27fdffe6c3d91c92559ca57e0 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 13 Mar 2024 16:22:26 -0300 Subject: Release 3.11.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 5b7493df..3240165e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.0.{build}-test +version: 3.11.0.{build}-test shallow_clone: true skip_branch_with_pr: true @@ -7,7 +7,7 @@ matrix: fast_finish: true environment: - LUAROCKS_VER: 3.0.0 + LUAROCKS_VER: 3.11.0 matrix: # quick tests diff --git a/configure b/configure index 8e1ce94c..729320a3 100755 --- a/configure +++ b/configure @@ -321,7 +321,7 @@ do done echo -BLUE "Configuring LuaRocks version dev..." +BLUE "Configuring LuaRocks version 3.11.0..." echo echo diff --git a/install.bat b/install.bat index b957299f..9ca58d25 100644 --- a/install.bat +++ b/install.bat @@ -6,7 +6,7 @@ local vars = {} vars.PREFIX = nil -vars.VERSION = "3.0" +vars.VERSION = "3.11" vars.SYSCONFDIR = nil vars.CONFBACKUPDIR = nil vars.SYSCONFFILENAME = nil diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index 6d8fe55b..7ac83640 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua @@ -21,7 +21,7 @@ local vers = require("luarocks.core.vers") -------------------------------------------------------------------------------- -local program_version = "dev" +local program_version = "3.11.0" local is_windows = package.config:sub(1,1) == "\\" -- cgit v1.2.3-55-g6feb