commit | 4be1ab80befd78a80a05c2e66aeff58113832f46 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Feb 27 19:22:26 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Thu Feb 27 19:22:26 2025 +0100 |
tree | d98d1b1ee40dac6a18911cb2fa1eee3e48994be8 | |
parent | fce1fa5b618458f6f10028faadc9a9ddc227fe76 [diff] [blame] |
patch 9.1.1156: tests: No test for what patch 9.1.1152 fixes Problem: No test for what patch 9.1.1152 fixes. Solution: Add a test (zeertzjq). closes: #16742 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 9c3f70b..ef3ca2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1156, +/**/ 1155, /**/ 1154,