summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-05 19:53:32 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-05 19:53:32 +0200
commit551d8c372e49ed630fd95c6422a0ee62d00902c5 (patch)
tree4a0d04952aa1622b555d8dabcb9bbda0de65388b /src/version.c
parent92f4e915908962da2c1969a8d60f1563e06ee00e (diff)
patch 9.1.0467: typos in some commentsv9.1.0467
Problem: typos in some comments (after v9.1.0466) Solution: fix comments (zeertzjq) closes: #14919 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 a3fef03732..92498e1dae 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 */
/**/
+ 467,
+/**/
466,
/**/
465,