commit | c290009e99405024a0d91ec7fab21ac7111c421b | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Oct 17 18:10:13 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Tue Oct 17 18:10:13 2023 +0200 |
tree | 9ff9745cb27fce6ba76899b8c333b8f2c2b52e2d | |
parent | 8079917447e7436dccc2e4cd4a4a56ae0a4712f2 [diff] [blame] |
patch 9.0.2042: Test_cq_zero_exmode fails without channel feature Problem: Test_cq_zero_exmode fails without channel feature Solution: Make the test check the channel feature closes: #13365 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 05b65c4..0b1bf31 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2042, +/**/ 2041, /**/ 2040,