From 8937409359e4309b3c16038ca6e8107b7f8eacc2 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Sun, 15 Jan 2023 12:47:55 +1100 Subject: [PATCH] Release v8.0-rc4 --- patches/patchinstall.sh | 4 ++-- staging/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 6939c2af..5336b1b7 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -51,13 +51,13 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "90d975ac1ed5da6de23d4edb732c0d08954b000a" + echo "3e266800c40fb67c4406901196e3247910cae1c7" } # Show version information version() { - echo "Wine Staging 8.0-rc3" + echo "Wine Staging 8.0-rc4" echo "Copyright (C) 2014-2019 the Wine Staging project authors." echo "Copyright (C) 2018-2020 Alistair Leslie-Hughes" echo "" diff --git a/staging/VERSION b/staging/VERSION index 38daf444..b5e352d5 100644 --- a/staging/VERSION +++ b/staging/VERSION @@ -1,2 +1,2 @@ -Wine Staging 8.0-rc3 +Wine Staging 8.0-rc4