Skip to content

Commit

Permalink
update version to v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Feb 3, 2018
1 parent 2d73032 commit 0f1e853
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.1.9

### New features

* Add `del_files()` api to delete files in the files list
Expand Down Expand Up @@ -424,6 +426,8 @@

## master (开发中)

## v2.1.9

### 新特性

* 添加`del_files()`接口去从已添加的文件列表中移除一些文件
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 = 1

# the project alter version
PRO_VERSION_ALTER = 8
PRO_VERSION_ALTER = 9

# 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.1.8", {build = "%Y%m%d%H%M"})
set_version("2.1.9", {build = "%Y%m%d%H%M"})

-- set xmake min version
set_xmakever("2.1.8")
Expand Down
6 changes: 3 additions & 3 deletions scripts/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ RequestExecutionLevel admin
;--------------------------------
; Version Information

VIProductVersion "2.1.8.1107"
VIProductVersion "2.1.9.0203"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: http://www.xmake.io"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The TBOOX Open Source Group"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright 2015-2017 tboox.org"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright 2015-2018 tboox.org"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "The Make-like Build Utility based on Lua"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.1.8"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.1.9"

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

Expand Down

0 comments on commit 0f1e853

Please sign in to comment.