Release v4.16

This commit is contained in:
Alistair Leslie-Hughes 2019-09-14 17:17:30 +10:00
parent 9e6693ed13
commit c323ef47c7
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ upstream_commit()
# Show version information
version()
{
echo "Wine Staging 4.15"
echo "Wine Staging 4.16"
echo "Copyright (C) 2014-2019 the Wine Staging project authors."
echo "Copyright (C) 2018-2019 Alistair Leslie-Hughes"
echo ""
@ -4740,7 +4740,7 @@ fi
# | * [#42647] Implement stub handler for int 0x2e
# |
# | Modified files:
# | * dlls/ntdll/signal_i386.c, include/wine/exception.h
# | * dlls/ntdll/signal_i386.c
# |
if test "$enable_ntdll_Interrupt_0x2e" -eq 1; then
patch_apply ntdll-Interrupt-0x2e/0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch

View File

@ -1 +1 @@
Wine Staging 4.15
Wine Staging 4.16