commit | 73f4439ca690d8224df8f88dc71a43fafdcc89bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 07 18:38:43 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 07 18:38:43 2017 +0200 |
tree | bb00da4d4e9cacd9af4cbdd8cd02e700b066eeb3 | |
parent | 54e5dbf58e16d0d757a315480c9e63ac7f8a74c7 [diff] [blame] |
patch 8.0.1178: using old compiler on MS-Windows Problem: Using old compiler on MS-Windows. Solution: Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)
diff --git a/src/version.c b/src/version.c index dcd77f7..95b4b30 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1178, +/**/ 1177, /**/ 1176,