File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## v2.6.1
6
+
5
7
### New features
6
8
7
9
* [ #1799 ] ( https://github.com/xmake-io/xmake/issues/1799 ) : Support mixed rust & c++ target and cargo dependences
1140
1142
1141
1143
## master (开发中)
1142
1144
1145
+ ## v2.6.1
1146
+
1143
1147
### 新特性
1144
1148
1145
1149
* [ #1799 ] ( https://github.com/xmake-io/xmake/issues/1799 ) : 支持混合 Rust 和 C++ 程序,以及集成 Cargo 依赖库
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ PRO_NAME = xmake
7
7
PRO_VERSION_MAJOR = 2
8
8
9
9
# the project minor version
10
- PRO_VERSION_MINOR = 5
10
+ PRO_VERSION_MINOR = 6
11
11
12
12
# the project alter version
13
- PRO_VERSION_ALTER = 9
13
+ PRO_VERSION_ALTER = 1
14
14
15
15
# the project prefix
16
16
PRO_PREFIX = XM_
Original file line number Diff line number Diff line change 2
2
set_project (" xmake" )
3
3
4
4
-- 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" })
6
6
7
7
-- set xmake min version
8
8
set_xmakever (" 2.2.3" )
You can’t perform that action at this time.
0 commit comments