summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-31 12:26:12 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-31 12:26:12 +0200
commitf3dd6f617c65a9b939697362efe6833eb2778612 (patch)
tree526c605db6321156c02206c5e28bd4592d56496b /src/version.c
parent280e5b13ca568ed592a894140bf1ac74356f4b33 (diff)
patch 9.1.0454: minor issues in test_filetype with rasi testv9.1.0454
Problem: minor issues in test_filetype with rasi test (after 9.1.0453) Solution: re-sort test_filetype, fix wrong syntax.txt help tags 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 853569967e..d0bbf3e04c 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 */
/**/
+ 454,
+/**/
453,
/**/
452,