diff src/version.c @ 30413:65507f28ef8d v9.0.0542

patch 9.0.0542: MSVC build still has support for 2012 edition Commit: https://github.com/vim/vim/commit/f1d2ddcb9b298d8ed7d31c792c56531211fbd771 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 22 13:17:30 2022 +0100 patch 9.0.0542: MSVC build still has support for 2012 edition Problem: MSVC build still has support for 2012 edition. Solution: Drop MSVC 2012 support. (Ken Takata, closes https://github.com/vim/vim/issues/11191)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 14:30:05 +0200
parents 77d0e311754a
children 56e38195570b
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 */
 /**/
+    542,
+/**/
     541,
 /**/
     540,