diff src/version.c @ 18060:31546178bc83 v8.1.2025

patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2 Commit: https://github.com/vim/vim/commit/1946de140a84accaa2f298c7fdccc1be37b9f630 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 13 22:03:19 2019 +0200 patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2 Problem: MS-Windows: Including shlguid.h causes problems for msys2. Solution: Do not include shlguid.h. (closes https://github.com/vim/vim/issues/4913)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Sep 2019 22:15:03 +0200
parents 187742518187
children 0b351691071c
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 */
 /**/
+    2025,
+/**/
     2024,
 /**/
     2023,