diff src/version.c @ 27932:e9e493983e11 v8.2.4491

patch 8.2.4491: MS-Windows makefile dependencies are outdated Commit: https://github.com/vim/vim/commit/7f687aaca9f2fd7c04f8a07effed92dd0164f6a2 Author: K.Takata <kentkt@csc.jp> Date: Wed Mar 2 17:34:56 2022 +0000 patch 8.2.4491: MS-Windows makefile dependencies are outdated Problem: MS-Windows makefile dependencies are outdated. Solution: Update dependencies. (Ken Takata, closes https://github.com/vim/vim/issues/9876)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Mar 2022 18:45:03 +0100
parents 1a702abffaf3
children c8d6c2736796
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 */
 /**/
+    4491,
+/**/
     4490,
 /**/
     4489,