From 3a1f2a42bb62a609ed4a988c82a70a5c20f32df1 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Thu, 22 Dec 2022 21:13:49 +1100 Subject: [PATCH] Release v8.0-rc2 --- 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 fcf3f15b..f5c8046b 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -51,13 +51,13 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "2b0cd25b5f5794463a59cac999583fb52fa021cc" + echo "2d7d84a65ace4c669698740c11cab5dbf127a0c6" } # Show version information version() { - echo "Wine Staging 8.0-rc1" + echo "Wine Staging 8.0-rc2" 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 fdf2e9c3..51904df8 100644 --- a/staging/VERSION +++ b/staging/VERSION @@ -1,2 +1,2 @@ -Wine Staging 8.0-rc1 +Wine Staging 8.0-rc2