summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-29 10:23:19 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-29 10:25:52 +0100
commitad493ef3ea9ef7f2b0badcd2298883b5ab6e4ef4 (patch)
treee57e13856f2df635ed20a5aa4ca4d2dd05c878bc /src/version.c
parent7f0bba25952cd0d1b3b4a8f9fb51fa6085d3bd13 (diff)
patch 9.1.0228: Two unrelated things are tested by a single testv9.1.0228
Problem: Two unrelated things are tested by a single test. Solution: Split it into two, restoring the old Test_brace_single_line(). Add missing cleanup to some tests. (zeertzjq) closes: #14323 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7acc24d0d4..2a996a1425 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 228,
+/**/
227,
/**/
226,