From 93e94fcbc077db4243eec763ed91d6e8312add29 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Mon, 27 Dec 2021 11:27:52 +1100 Subject: [PATCH] Release v7.0-rc3 --- 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 7a96a0d6..34347d4f 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -51,13 +51,13 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "d03984709d87d6eaa0e2e7746f0db5d8fdf81b5a" + echo "dc08a2d5eacfc57f7a56cdfc740ff5a728fe3206" } # Show version information version() { - echo "Wine Staging 7.0-rc2" + echo "Wine Staging 7.0-rc3" 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 bb372bf7..743b95dc 100644 --- a/staging/VERSION +++ b/staging/VERSION @@ -1 +1 @@ -Wine Staging 7.0-rc2 +Wine Staging 7.0-rc3