summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authordavid.wang <[email protected]>2024-12-20 08:32:23 +0800
committerGitHub <[email protected]>2024-12-20 08:32:23 +0800
commit75c7054aabca8a0e7728643ab92fe5142260edbd (patch)
tree651bcd4bd11ce50f13455893fa3fb8b66b2a909a /scripts
parent11a26d2b1e4aed7b817b0f8bc4c0ac0e99013f7e (diff)
parent1b6a5d25595c45c6e9515932975cc795ac3c8e6a (diff)
Merge pull request #1 from 19317362/master
merge from 2.9.7
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.ps12
-rw-r--r--scripts/rpmbuild/xmake.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index ad92f85e7..fd86340cd 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.9.6"
+ $LastRelease = "v2.9.7"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec
index 5dc033650..539e98528 100644
--- a/scripts/rpmbuild/xmake.spec
+++ b/scripts/rpmbuild/xmake.spec
@@ -2,7 +2,7 @@
%define use_luajit 0
Name: xmake
-Version: 2.9.6
+Version: 2.9.7
Release: 1%{?dist}
Summary: A cross-platform build utility based on Lua