Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Feb 27, 2024
1 parent ef724a6 commit 2a78c22
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 3.0.0.{build}-test
version: 3.10.0.{build}-test

shallow_clone: true

matrix:
fast_finish: true

environment:
LUAROCKS_VER: 3.0.0
LUAROCKS_VER: 3.10.0

matrix:
# quick tests
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ do
done

echo
BLUE "Configuring LuaRocks version dev..."
BLUE "Configuring LuaRocks version 3.10.0..."
echo
echo

Expand Down
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local vars = {}


vars.PREFIX = nil
vars.VERSION = "3.0"
vars.VERSION = "3.10"
vars.SYSCONFDIR = nil
vars.CONFBACKUPDIR = nil
vars.SYSCONFFILENAME = nil
Expand Down
3 changes: 2 additions & 1 deletion luarocks-dev-1.rockspec → luarocks-3.10.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
rockspec_format = "3.0"
package = "luarocks"
version = "dev-1"
version = "3.10.0-1"
source = {
url = "git+https://github.com/luarocks/luarocks",
tag = "v3.10.0"
}
description = {
summary = "A package manager for Lua modules.",
Expand Down
2 changes: 1 addition & 1 deletion src/luarocks/core/cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local vers = require("luarocks.core.vers")

--------------------------------------------------------------------------------

local program_version = "dev"
local program_version = "3.10.0"

local is_windows = package.config:sub(1,1) == "\\"

Expand Down

0 comments on commit 2a78c22

Please sign in to comment.