summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-06 13:25:31 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-06 13:25:31 +0200
commit87fda407f8ecf947ba6ce72ac21f69ff04d909cd (patch)
treea89e30cb386bd3453f9fdc7ff69ae3e38686d195
parentfe712ced6e1509d1e16b12d2b5581f89d0f9f4df (diff)
downloadvim-git-87fda407f8ecf947ba6ce72ac21f69ff04d909cd.tar.gz
Also fix the patch number.
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8d35c6426..f81596949 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 910,
+/**/
909,
/**/
908,