Skip to content

Commit a7e616f

Browse files
committed
update version
1 parent a9e8492 commit a7e616f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## v2.7.2
6+
57
### New features
68

79
* [#2140](https://github.com/xmake-io/xmake/issues/2140): Support Windows Arm64
@@ -1402,6 +1404,8 @@
14021404

14031405
## master (开发中)
14041406

1407+
## v2.7.2
1408+
14051409
### 新特性
14061410

14071411
* [#2140](https://github.com/xmake-io/xmake/issues/2140): 支持 Windows Arm64

core/project.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PRO_VERSION_MAJOR = 2
1010
PRO_VERSION_MINOR = 7
1111

1212
# the project alter version
13-
PRO_VERSION_ALTER = 1
13+
PRO_VERSION_ALTER = 2
1414

1515
# the project prefix
1616
PRO_PREFIX = XM_

core/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set_project("xmake")
33

44
-- version
5-
set_version("2.7.1", {build = "%Y%m%d%H%M"})
5+
set_version("2.7.2", {build = "%Y%m%d%H%M"})
66

77
-- set xmake min version
88
set_xmakever("2.2.3")

0 commit comments

Comments
 (0)