summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-28 11:37:26 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-28 11:37:26 +0100
commitc029c131ea7822514d67edb9be2de76d076aa267 (patch)
treeb21ae335a3173c9b14329e6a319851136647f91f /src/version.c
parent3164cf8f12f14b725b918e3170bb0a9085af8298 (diff)
patch 9.1.0220: Few typos in source and test filesv9.1.0220
Problem: Typos in code and tests. Solution: Fix typos (zeertzjq). closes: #14321 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 bad5a93943..20618a6910 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 */
/**/
+ 220,
+/**/
219,
/**/
218,