changeset 20716:3f0826b19029

Also fix the patch number. Commit: https://github.com/vim/vim/commit/87fda407f8ecf947ba6ce72ac21f69ff04d909cd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 6 13:25:31 2020 +0200 Also fix the patch number.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Jun 2020 13:30:04 +0200
parents 587df3e9fa5f
children abebcc20af26
files src/version.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,