Release v5.0-rc4

This commit is contained in:
Alistair Leslie-Hughes 2020-01-04 10:38:31 +11:00
parent 703c84ce70
commit a1bf11e38a
2 changed files with 3 additions and 3 deletions

View File

@ -52,13 +52,13 @@ usage()
# Get the upstream commit sha
upstream_commit()
{
echo "3b1c3e57fcac4e23c0f9b376a483c4949ee7739f"
echo "0747fd29d8f429a3421207b52eabe11cfcdf877d"
}
# Show version information
version()
{
echo "Wine Staging 5.0-rc3"
echo "Wine Staging 5.0-rc4"
echo "Copyright (C) 2014-2019 the Wine Staging project authors."
echo "Copyright (C) 2018-2019 Alistair Leslie-Hughes"
echo ""

View File

@ -1 +1 @@
Wine Staging 5.0-rc3
Wine Staging 5.0-rc4