commit | 85ff0c1912f6d94ed94a6112517e96f64801ba56 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Oct 04 21:58:24 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed Oct 04 21:58:24 2023 +0200 |
tree | 8333056d5f3e3590c98012295fce92e03bbd11f3 | |
parent | 8e5f26ec6a1446aabffa7a0a7819a7462372a5b8 [diff] [blame] |
patch 9.0.1984: CI: Test_open_delay*() fails on FreeBSD 14 Problem: CI: Test_open_delay*() fails on FreeBSD 14 Solution: Skip it on BSD Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 3200554..f1934b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1984, +/**/ 1983, /**/ 1982,