commit | dd08b6a32b639b8c7a11275e04ae0a7ffc43aed0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 06 22:02:43 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 06 22:02:43 2018 +0100 |
tree | 8e5092658d5ac45ca60c7e783579b7928e674910 | |
parent | 511ffdd65d48b0597ed10614d161b5e811342058 [diff] [blame] |
patch 8.0.1474: Visual C 2017 has multiple MSVCVER numbers Problem: Visual C 2017 has multiple MSVCVER numbers. Solution: Assume the 2017 version if MSVCVER >= 1910. (Leonardo Valeri Manera, closes #2619)
diff --git a/src/version.c b/src/version.c index 8f34303..350c830 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1474, +/**/ 1473, /**/ 1472,