diff src/version.c @ 28702:99729fe344f7 v8.2.4875

patch 8.2.4875: MS-Windows: some .exe files are not recognized Commit: https://github.com/vim/vim/commit/40fd7e665260c9227d6d90b17a301a1bc47f7f5b Author: LemonBoy <thatlemon@gmail.com> Date: Thu May 5 20:18:16 2022 +0100 patch 8.2.4875: MS-Windows: some .exe files are not recognized Problem: MS-Windows: some .exe files are not recognized. Solution: Parse APPEXECLINK junctions. (closes https://github.com/vim/vim/issues/10302)
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 May 2022 21:30:03 +0200
parents 7fc67f9d84a7
children e1aff2f300be
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4875,
+/**/
     4874,
 /**/
     4873,