diff options
| author | ruki <[email protected]> | 2020-10-18 07:27:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-18 07:27:40 +0800 |
| commit | 965bccf5adee7a4a1c0e55b7c39d5637a3e95c15 (patch) | |
| tree | ebf136ade67a02ed54d13db5d5eefc8452979c69 | |
| parent | bfc315b68cb1ba2cd2a4ee069fd8a265de4f522d (diff) | |
update versionv2.3.8
| -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 | 7 |
4 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df484759..893d73044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## v2.3.8 + ### New features * [#955](https://github.com/xmake-io/xmake/issues/955): Add zig project templates @@ -840,6 +842,8 @@ ## master (开发中) +## v2.3.8 + ### 新特性 * [#955](https://github.com/xmake-io/xmake/issues/955): 添加 Zig 空工程模板 diff --git a/core/project.mak b/core/project.mak index 83378173d..e113251c3 100644 --- a/core/project.mak +++ b/core/project.mak @@ -10,7 +10,7 @@ PRO_VERSION_MAJOR = 2 PRO_VERSION_MINOR = 3 # the project alter version -PRO_VERSION_ALTER = 7 +PRO_VERSION_ALTER = 8 # the project prefix PRO_PREFIX = XM_ diff --git a/core/xmake.lua b/core/xmake.lua index 575532cd9..7cd878b87 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -2,7 +2,7 @@ set_project("xmake") -- version -set_version("2.3.7", {build = "%Y%m%d%H%M"}) +set_version("2.3.8", {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 a73bbc168..80b756f48 100644 --- a/scripts/rpmbuild/SPECS/xmake.spec +++ b/scripts/rpmbuild/SPECS/xmake.spec @@ -1,4 +1,4 @@ -%define xmake_revision dfdfbb9a2397e0bc7183f579bf43cfa803efddfc +%define xmake_revision bfc315b68cb1ba2cd2a4ee069fd8a265de4f522d %define tbox_revision f4970bcd0fcc05b09742452a4b3b3d2d1055569d %define sv_revision 9a3cf7c8e589de4f70378824329882c4a047fffc %define lua_cjson_revision 515bab6d6d80b164b94db73af69609ea02f3a798 @@ -7,7 +7,7 @@ %undefine _disable_source_fetch Name: xmake -Version: 2.3.7 +Version: 2.3.8 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua BuildArch: noarch @@ -82,6 +82,9 @@ cp -p LICENSE.md %{buildroot}%{_datadir} %license %{_datadir}/LICENSE.md %changelog +* Sun Oct 18 2020 Ruki Wang <[email protected]> - 2.3.8-1 +- v2.3.8 released + * Mon Sep 14 2020 Ruki Wang <[email protected]> - 2.3.7-1 - Initial Commit |
