From 1b6a5d25595c45c6e9515932975cc795ac3c8e6a Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 19 Dec 2024 23:48:06 +0800 Subject: update spec and sp1 --- scripts/get.ps1 | 2 +- scripts/rpmbuild/xmake.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.3.1