diff options
| author | ruki <[email protected]> | 2022-05-29 10:39:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-29 10:39:50 +0800 |
| commit | 3b46d14938f11ef59a75d6df3992227a819498e1 (patch) | |
| tree | fba47ce95841da5caeed3f11a476bcfbf8f83be7 | |
| parent | 95035513c59fe9a225b3d59c36f2de442addcc38 (diff) | |
update version
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | core/project.mak | 2 | ||||
| -rw-r--r-- | core/xmake.lua | 2 | ||||
| -rw-r--r-- | scripts/rpmbuild/SPECS/xmake.spec | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bcb017e0..6372c327e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## v2.6.7 + ### New features * [#2318](https://github.com/xmake-io/xmake/issues/2318): Add `xmake f --policies=` config argument to modify project policies @@ -1284,6 +1286,8 @@ ## master (开发中) +## v2.6.7 + ### 新特性 * [#2318](https://github.com/xmake-io/xmake/issues/2318): 添加 `xmake f --policies=` 配置参数去修改默认策略 diff --git a/core/project.mak b/core/project.mak index 04e015090..95dcf3909 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 = 6 +PRO_VERSION_ALTER = 7 # the project prefix PRO_PREFIX = XM_ diff --git a/core/xmake.lua b/core/xmake.lua index 21de0945d..5f1f0182e 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -2,7 +2,7 @@ set_project("xmake") -- version -set_version("2.6.6", {build = "%Y%m%d%H%M"}) +set_version("2.6.7", {build = "%Y%m%d%H%M"}) -- set xmake min version set_xmakever("2.2.3") diff --git a/scripts/rpmbuild/SPECS/xmake.spec b/scripts/rpmbuild/SPECS/xmake.spec index c45c778ca..56bd8289f 100644 --- a/scripts/rpmbuild/SPECS/xmake.spec +++ b/scripts/rpmbuild/SPECS/xmake.spec @@ -9,7 +9,7 @@ %undefine _disable_source_fetch Name: xmake -Version: 2.6.6 +Version: 2.6.7 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua BuildArch: noarch |
