Skip to content

Commit 3dc5105

Browse files
committed
update version
1 parent e445455 commit 3dc5105

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

79
* [#2327](https://github.com/xmake-io/xmake/issues/2327): Support nvc/nvc++/nvfortran in nvidia-hpc-sdk
@@ -1264,6 +1266,8 @@
12641266

12651267
## master (开发中)
12661268

1269+
## v2.6.6
1270+
12671271
### 新特性
12681272

12691273
* [#2327](https://github.com/xmake-io/xmake/issues/2327): 支持 nvidia-hpc-sdk 工具链中的 nvc/nvc++/nvfortran 编译器

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 = 6
1111

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

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

0 commit comments

Comments
 (0)