diff src/version.c @ 26063:597271fb4bfa v8.2.3565

patch 8.2.3565: Makefile dependencies are outdated Commit: https://github.com/vim/vim/commit/2446ec9b567ce2b72bd06d121f200f40bbdc8a84 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 26 12:00:01 2021 +0100 patch 8.2.3565: Makefile dependencies are outdated Problem: Makefile dependencies are outdated. (Gary Johnson) Solution: Run "make depend" and add missing dependencies.
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Oct 2021 13:15:04 +0200
parents 787c8061c747
children e38c45dbcc70
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 */
 /**/
+    3565,
+/**/
     3564,
 /**/
     3563,