Release v7.0-rc3

This commit is contained in:
Alistair Leslie-Hughes 2021-12-27 11:27:52 +11:00
parent fa5989b7aa
commit 93e94fcbc0
2 changed files with 3 additions and 3 deletions

View File

@ -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 ""

View File

@ -1 +1 @@
Wine Staging 7.0-rc2
Wine Staging 7.0-rc3