diff options
| author | ruki <[email protected]> | 2022-07-17 21:13:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-17 21:13:11 +0800 |
| commit | dcbdbed05da1b38d79e83fcc81981ea245296d17 (patch) | |
| tree | 85d9feffd2351582706a41aec82c2cdbda97efa5 | |
| parent | b38bc6809f0f2fe75b5375b3774a6207dbc44542 (diff) | |
update version
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | core/project.mak | 2 | ||||
| -rw-r--r-- | core/xmake.lua | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 60aa6ee6c..1b80248bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## v2.6.9 + ### New features * [#2474](https://github.com/xmake-io/xmake/issues/2474): Add icx and dpcpp toolchains @@ -1336,6 +1338,8 @@ ## master (开发中) +## v2.6.9 + ### 新特性 * [#2474](https://github.com/xmake-io/xmake/issues/2474): 添加 icx 和 dpcpp 工具链 diff --git a/core/project.mak b/core/project.mak index 8fd3274cf..f54cdf7a1 100644 --- a/core/project.mak +++ b/core/project.mak @@ -10,7 +10,7 @@ PRO_VERSION_MAJOR = 2 PRO_VERSION_MINOR = 6 # the project alter version -PRO_VERSION_ALTER = 8 +PRO_VERSION_ALTER = 9 # the project prefix PRO_PREFIX = XM_ diff --git a/core/xmake.lua b/core/xmake.lua index 587f86e02..da9070263 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -2,7 +2,7 @@ set_project("xmake") -- version -set_version("2.6.8", {build = "%Y%m%d%H%M"}) +set_version("2.6.9", {build = "%Y%m%d%H%M"}) -- set xmake min version set_xmakever("2.2.3") |
