commit | f1d2ddcb9b298d8ed7d31c792c56531211fbd771 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 13:17:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 13:17:30 2022 +0100 |
tree | 41403112971594c3cce4dc8297d67a5e33ef3e74 | |
parent | ee7c8d999beb847457f768757b1bdcd76391c1f4 [diff] [blame] |
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 #11191)
diff --git a/src/version.c b/src/version.c index 654c71c..d1ed0c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 542, +/**/ 541, /**/ 540,