Release v6.11

This commit is contained in:
Alistair Leslie-Hughes 2021-06-19 12:46:42 +10:00
parent 5d26dfaa93
commit 432c0b5a83
2 changed files with 3 additions and 3 deletions

View File

@ -51,13 +51,13 @@ usage()
# Get the upstream commit sha
upstream_commit()
{
echo "c82c5e96a9eb13bfa1fef95fb7467ce17624a341"
echo "1de583a4dac7d704b2d4291ada4a1885cd8cd1c9"
}
# Show version information
version()
{
echo "Wine Staging 6.10"
echo "Wine Staging 6.11"
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 6.10
Wine Staging 6.11