summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-30 22:28:08 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-30 22:28:08 +0100
commit9610f94510220c783328e1857af87a6ae7bc20b4 (patch)
tree087161e8c3406821f968d97a07ab735e7d951cd3 /src/version.c
parentfa4873ccfc10e0f278dc46f39d00136fab059b19 (diff)
patch 9.0.0014: missing part of the test override changev9.0.0014
Problem: Missing part of the test override change. Solution: Add the missing part.
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 17a25cf015..38b873bcb7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 14,
+/**/
13,
/**/
12,