Release v4.14

This commit is contained in:
Alistair Leslie-Hughes 2019-08-17 16:37:01 +10:00
parent c205df71c7
commit 31c73c6b53
2 changed files with 3 additions and 3 deletions

View File

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