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 /scripts | |
| parent | 3350cc5abe65608f6ec06f348aeded9ade1a1237 (diff) | |
update version
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/get.ps1 | 2 | ||||
| -rw-r--r-- | scripts/rpmbuild/xmake.spec | 4 |
2 files changed, 3 insertions, 3 deletions
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: |
