Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 20, 2019
1 parent 4304ebb commit 4c22b7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.9

### New features

* [#569](https://github.com/xmake-io/xmake/pull/569): Add c++ modules build rules
Expand Down Expand Up @@ -654,6 +656,8 @@

## master (开发中)

## v2.2.9

### 新特性

* [#569](https://github.com/xmake-io/xmake/pull/569): 增加对c++模块的实验性支持
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 = 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.2.8", {build = "%Y%m%d%H%M"})
set_version("2.2.9", {build = "%Y%m%d%H%M"})

-- set xmake min version
set_xmakever("2.2.3")
Expand Down
4 changes: 2 additions & 2 deletions scripts/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
!define MINOR 2
!endif
!ifndef ALTER
!define ALTER 8
!define ALTER 9
!endif
!ifndef BUILD
!define BUILD 201908260000
!define BUILD 201912200000
!endif

!define VERSION ${MAJOR}.${MINOR}.${ALTER}
Expand Down

0 comments on commit 4c22b7a

Please sign in to comment.