diff options
| author | ruki <[email protected]> | 2022-01-22 20:39:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-22 20:39:26 +0800 |
| commit | 39b06a7c29fcc7ae122c68ca19e94506047037b5 (patch) | |
| tree | 945ea4702c9db425f51f285b6d79b5f4acdc409c | |
| parent | 1658c0de500976efbad38fca52082baec3137fc0 (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 a23a1e71a..094ae16b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## v2.6.3 + ### New features * [#1298](https://github.com/xmake-io/xmake/issues/1928): Support vcpkg manifest mode and select version for package/install @@ -1189,6 +1191,8 @@ ## master (开发中) +## v2.6.3 + ### 新特性 * [#1298](https://github.com/xmake-io/xmake/issues/1928): 支持 vcpkg 清单模式安装包,实现安装包的版本选择 diff --git a/core/project.mak b/core/project.mak index 3e3838897..2c6699485 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 = 2 +PRO_VERSION_ALTER = 3 # the project prefix PRO_PREFIX = XM_ diff --git a/core/xmake.lua b/core/xmake.lua index 552781c76..2a2ed66a3 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -2,7 +2,7 @@ set_project("xmake") -- version -set_version("2.6.2", {build = "%Y%m%d%H%M"}) +set_version("2.6.3", {build = "%Y%m%d%H%M"}) -- set xmake min version set_xmakever("2.2.3") |
