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 2
2
3
3
## master (unreleased)
4
4
5
+ ## v2.6.6
6
+
5
7
### New features
6
8
7
9
* [ #2327 ] ( https://github.com/xmake-io/xmake/issues/2327 ) : Support nvc/nvc++/nvfortran in nvidia-hpc-sdk
1264
1266
1265
1267
## master (开发中)
1266
1268
1269
+ ## v2.6.6
1270
+
1267
1271
### 新特性
1268
1272
1269
1273
* [ #2327 ] ( https://github.com/xmake-io/xmake/issues/2327 ) : 支持 nvidia-hpc-sdk 工具链中的 nvc/nvc++/nvfortran 编译器
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PRO_VERSION_MAJOR = 2
10
10
PRO_VERSION_MINOR = 6
11
11
12
12
# the project alter version
13
- PRO_VERSION_ALTER = 5
13
+ PRO_VERSION_ALTER = 6
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.6.5 " , {build = " %Y%m%d%H%M" })
5
+ set_version (" 2.6.6 " , {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