Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Apr 13, 2021
1 parent ff58301 commit 0c59342
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,12 +1,12 @@
version: 3.0.0.{build}-test
version: 3.7.0.{build}-test

shallow_clone: true

matrix:
fast_finish: true

environment:
LUAROCKS_VER: 3.0.0
LUAROCKS_VER: 3.7.0

matrix:
# Lua 5.1 tests
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -320,7 +320,7 @@ do
done

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

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


vars.PREFIX = nil
vars.VERSION = "3.0"
vars.VERSION = "3.7"
vars.SYSCONFDIR = nil
vars.CONFBACKUPDIR = nil
vars.SYSCONFFILENAME = nil
Expand Down
3 changes: 2 additions & 1 deletion luarocks-dev-1.rockspec → luarocks-3.7.0-1.rockspec
@@ -1,8 +1,9 @@
rockspec_format = "3.0"
package = "luarocks"
version = "dev-1"
version = "3.7.0-1"
source = {
url = "git+https://github.com/luarocks/luarocks",
tag = "v3.7.0"
}
description = {
summary = "A package manager for Lua modules.",
Expand Down
4 changes: 2 additions & 2 deletions src/luarocks/core/cfg.lua
Expand Up @@ -20,8 +20,8 @@ local vers = require("luarocks.core.vers")

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

local program_version = "dev"
local program_series = "3.0"
local program_version = "3.7.0"
local program_series = "3.7"
local major_version = (program_version:match("([^.]%.[^.])")) or program_series

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

0 comments on commit 0c59342

Please sign in to comment.