commit | 85c3a5bc265393c1b8b93d8b88b936d3b8b4aec7 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Aug 27 21:59:54 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Aug 27 22:01:23 2023 +0200 |
tree | 078a1cd997a92970ea0e0bbc05ecd6286b9fa38f | |
parent | d08745040bb82c5e9a81b6c8a414e50951642492 [diff] [blame] |
patch 9.0.1811: still some issues with term_debug test Problem: still some issues with term_debug test Solution: Use WaitForAssert() closes: #12936 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
diff --git a/src/version.c b/src/version.c index 4bec144..e708bdd 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1811, +/**/ 1810, /**/ 1809,