Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 26, 2019
1 parent 0f63880 commit 6a2e390
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.8

### New features

* Add protobuf c/c++ rules
Expand Down Expand Up @@ -625,6 +627,8 @@

## master (开发中)

## v2.2.8

### 新特性

* 添加protobuf c/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 = 7
PRO_VERSION_ALTER = 8

# 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.7", {build = "%Y%m%d%H%M"})
set_version("2.2.8", {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 7
!define ALTER 8
!endif
!ifndef BUILD
!define BUILD 201906200000
!define BUILD 201908260000
!endif

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

0 comments on commit 6a2e390

Please sign in to comment.