changeset 26147:cf4170238232

Add missing change to version.c Commit: https://github.com/vim/vim/commit/728104da6cd561b8cb2c7142769f7526d725958e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 16 17:50:34 2021 +0000 Add missing change to version.c
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Nov 2021 19:00:05 +0100
parents 3786ff30fe40
children 624439a39432
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
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3605,
+/**/
     3604,
 /**/
     3603,