From b1066c7064ca1b2c464a3b41b1dd200d82370b6c Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Sat, 22 Dec 2018 14:09:01 +1100 Subject: [PATCH] Release 4.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 fdf33b41..1d04c191 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -52,13 +52,13 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "f6896e062d30d6d5d6d94a34e3a622c83aa9d3f1" + echo "2d16e6e59c910ba0a5e7c1c104b290731a8f1ffa" } # Show version information version() { - echo "Wine Staging 4.0-rc2" + echo "Wine Staging 4.0-rc3" echo "Copyright (C) 2014-2018 the Wine Staging project authors." echo "Copyright (C) 2018 Alistair Leslie-Hughes" echo "" diff --git a/staging/VERSION b/staging/VERSION index e9430e0d..994237d3 100644 --- a/staging/VERSION +++ b/staging/VERSION @@ -1 +1 @@ -Wine Staging 4.0-rc2 +Wine Staging 4.0-rc3