From c323ef47c77fec10a46af5f4fed1f23fcda29da8 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Sat, 14 Sep 2019 17:17:30 +1000 Subject: [PATCH] Release v4.16 --- patches/patchinstall.sh | 4 ++-- staging/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index b3756a94..be778645 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -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 diff --git a/staging/VERSION b/staging/VERSION index 2f551f7d..29f7b5f4 100644 --- a/staging/VERSION +++ b/staging/VERSION @@ -1 +1 @@ -Wine Staging 4.15 +Wine Staging 4.16