Skip to content

Commit 7ae3c37

Browse files
committed
update version
1 parent ec8a295 commit 7ae3c37

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.6.1
6+
57
### New features
68

79
* [#1799](https://github.com/xmake-io/xmake/issues/1799): Support mixed rust & c++ target and cargo dependences
@@ -1140,6 +1142,8 @@
11401142

11411143
## master (开发中)
11421144

1145+
## v2.6.1
1146+
11431147
### 新特性
11441148

11451149
* [#1799](https://github.com/xmake-io/xmake/issues/1799): 支持混合 Rust 和 C++ 程序,以及集成 Cargo 依赖库

core/project.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ PRO_NAME = xmake
77
PRO_VERSION_MAJOR = 2
88

99
# the project minor version
10-
PRO_VERSION_MINOR = 5
10+
PRO_VERSION_MINOR = 6
1111

1212
# the project alter version
13-
PRO_VERSION_ALTER = 9
13+
PRO_VERSION_ALTER = 1
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.5.9", {build = "%Y%m%d%H%M"})
5+
set_version("2.6.1", {build = "%Y%m%d%H%M"})
66

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

0 commit comments

Comments
 (0)