File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
14021404
14031405## master (开发中)
14041406
1407+ ## v2.7.2
1408+
14051409### 新特性
14061410
14071411* [ #2140 ] ( https://github.com/xmake-io/xmake/issues/2140 ) : 支持 Windows Arm64
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PRO_VERSION_MAJOR = 2
1010PRO_VERSION_MINOR = 7
1111
1212# the project alter version
13- PRO_VERSION_ALTER = 1
13+ PRO_VERSION_ALTER = 2
1414
1515# the project prefix
1616PRO_PREFIX = XM_
Original file line number Diff line number Diff line change 22set_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
88set_xmakever (" 2.2.3" )
You can’t perform that action at this time.
0 commit comments