diff options
| author | ruki <[email protected]> | 2025-07-18 22:55:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-18 22:55:57 +0800 |
| commit | ee6ee5375f25d968f9299af995254973db43e44b (patch) | |
| tree | f4d465f3b52a66d2fb896463b6d05c6bc2bd4262 | |
| parent | 3350cc5abe65608f6ec06f348aeded9ade1a1237 (diff) | |
update version
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rwxr-xr-x | scripts/get.ps1 | 2 | ||||
| -rw-r--r-- | scripts/rpmbuild/xmake.spec | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e35f716..e76dba701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## v3.0.1 + ### New features * [#4810](https://github.com/xmake-io/xmake/issues/4810): Add Native XCode project generator plugin @@ -2000,6 +2002,8 @@ ## master (开发中) +## v3.0.1 + ### 新特性 * [#4810](https://github.com/xmake-io/xmake/issues/4810): 添加新的原生 Xcode 工程生成插件 diff --git a/scripts/get.ps1 b/scripts/get.ps1 index a494d6c9e..de5909e20 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.9.9" + $LastRelease = "v3.0.1" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index 0352eb1d9..6e45f0981 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -3,8 +3,8 @@ %undefine __brp_mangle_shebangs Name: xmake -Version: 3.0.0 -Release: 5%{?dist} +Version: 3.0.1 +Release: 1%{?dist} Summary: A cross-platform build utility based on Lua # Application and 3rd-party modules licensing: |
