summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-15 19:01:04 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-15 19:01:04 +0200
commit757f32141bb8ce797f71e7e22e59ba368e0f4952 (patch)
tree0ee933c6b3bc983a333a40456db40e2fe331592a /src/version.c
parentfc1dabd77baa86bcbf312cb86b3fd37e478994b1 (diff)
patch 9.1.0332: tests: some assert_equal() calls have wrong order of argsv9.1.0332
Problem: tests: some assert_equal() calls have wrong order of args Solution: Correct the order (zeertzjq). closes: #14555 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 193c92515f..1d8e1e3365 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 */
/**/
+ 332,
+/**/
331,
/**/
330,