summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-30 16:25:21 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-30 16:25:21 +0100
commitcdbfc6dbab1d63aa56af316d6b13e37939e7f7a8 (patch)
treeaf16e32444f170534f389fdefcac4f90409277f9 /src/version.c
parentd25f003342aca9889067f2e839963dfeccf1fe05 (diff)
patch 9.0.0012: signature files not detected properlyv9.0.0012
Problem: Signature files not detected properly. Solution: Add a function to better detect signature files. (Doug Kearns)
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 11fd817ed0..116113bbb6 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 */
/**/
+ 12,
+/**/
11,
/**/
10,