diff options
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: |
