Release v5.8

This commit is contained in:
Alistair Leslie-Hughes 2020-05-09 15:46:18 +10:00
parent 3931c93628
commit 7d92cd315b
2 changed files with 3 additions and 3 deletions

View File

@ -52,13 +52,13 @@ usage()
# Get the upstream commit sha
upstream_commit()
{
echo "a897d858e4671e10e64ebf0bc3c0df6cb35944fd"
echo "bf1abbac0c93e46b6b037dbd7f975c8b2f951b2e"
}
# Show version information
version()
{
echo "Wine Staging 5.7"
echo "Wine Staging 5.8"
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 5.7
Wine Staging 5.8