diff src/version.c @ 30377:c9d2c554f314 v9.0.0524

patch 9.0.0524: build instructions for MS-Windows are outdated Commit: https://github.com/vim/vim/commit/4cbdcbda2d0abef3d7443320d7716f0e63e2df68 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 20 21:23:12 2022 +0100 patch 9.0.0524: build instructions for MS-Windows are outdated Problem: Build instructions for MS-Windows are outdated. Solution: Remove instructions for old MSVC versions.
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 22:30:04 +0200
parents e40d150b66cb
children 25e3121ed316
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    524,
+/**/
     523,
 /**/
     522,