commit | 12b927767213502469284bc133f69b4d0da776cb | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Jan 25 21:23:22 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Thu Jan 25 21:23:22 2024 +0100 |
tree | 2fbae59b70526056951eefe2edb09cce0c38b2fd | |
parent | fa8c9715587a24562dd755c44dc13aef43d7d875 [diff] [blame] |
patch 9.1.0053: MS-Windows: Key event test still fails Problem: MS-Windows: Key event test still fails Solution: Catch more interrupts (after 9.1.0051) Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 8b278c5..a8dba0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 53, +/**/ 52, /**/ 51,