Skip to content

Commit

Permalink
v2.2.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed May 26, 2019
1 parent 62e802d commit 3633407
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## v2.2.6

### New features

* [#380](https://github.com/xmake-io/xmake/pull/380): Add support to export compile_flags.txt
Expand Down Expand Up @@ -582,6 +584,8 @@

## master (开发中)

## v2.2.6

### 新特性

* [#380](https://github.com/xmake-io/xmake/pull/380): 添加导出compile_flags.txt
Expand Down
2 changes: 1 addition & 1 deletion core/project.mak
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PRO_VERSION_MAJOR = 2
PRO_VERSION_MINOR = 2

# the project alter version
PRO_VERSION_ALTER = 5
PRO_VERSION_ALTER = 6

# the project prefix
PRO_PREFIX = XM_
Expand Down
2 changes: 1 addition & 1 deletion core/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set_project("xmake")

-- version
set_version("2.2.5", {build = "%Y%m%d%H%M"})
set_version("2.2.6", {build = "%Y%m%d%H%M"})

-- set xmake min version
set_xmakever("2.2.3")
Expand Down
2 changes: 1 addition & 1 deletion scripts/get.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

param (
[string]$branch = "master",
[string]$version = "v2.2.5"
[string]$version = "v2.2.6"
)

& {
Expand Down
6 changes: 3 additions & 3 deletions scripts/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
;--------------------------------

; The name of the installer
Name "xmake-v2.2.5"
Name "xmake-v2.2.6"

; The file to write
OutFile "xmake.exe"
Expand Down Expand Up @@ -60,13 +60,13 @@ RequestExecutionLevel admin
;--------------------------------
; Version Information

VIProductVersion "2.2.5.0401"
VIProductVersion "2.2.6.0526"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: https://xmake.io"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The TBOOX Open Source Group"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright 2015-2019 tboox.org"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "A cross-platform build utility based on Lua"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.5"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.6"

;--------------------------------

Expand Down

0 comments on commit 3633407

Please sign in to comment.