Skip to content

Commit

Permalink
modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jun 19, 2019
1 parent ac73331 commit 72bd93d
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.7

### New features

* [#455](https://github.com/xmake-io/xmake/pull/455): support clang as cuda compiler, try `xmake f --cu=clang`
Expand Down Expand Up @@ -601,6 +603,8 @@

## master (开发中)

## v2.2.7

### 新特性

* [#455](https://github.com/xmake-io/xmake/pull/455): 支持使用 clang 作为 cuda 编译器,`xmake f --cu=clang`
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 = 6
PRO_VERSION_ALTER = 7

# 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.6", {build = "%Y%m%d%H%M"})
set_version("2.2.7", {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 @@ -19,10 +19,10 @@
!define MINOR 2
!endif
!ifndef ALTER
!define ALTER 6
!define ALTER 7
!endif
!ifndef BUILD
!define BUILD 201906070000
!define BUILD 201906200000
!endif

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

0 comments on commit 72bd93d

Please sign in to comment.