From: Bram Moolenaar Date: Tue, 9 Jul 2013 11:15:46 +0000 (+0200) Subject: updated for version 7.4a.004 X-Git-Tag: v7.4a.004 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c64b85a3480f6692b47ac21977e149311adc7532;p=vim updated for version 7.4a.004 Problem: MSVC 2012 Update 3 is not recognized. Solution: Add the version number. (Raymond Ko) --- diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index a90a9bcd4..f23258b45 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -421,6 +421,9 @@ MSVCVER = 11.0 !if "$(_NMAKE_VER)" == "11.00.60315.1" MSVCVER = 11.0 !endif +!if "$(_NMAKE_VER)" == "11.00.60610.1" +MSVCVER = 11.0 +!endif !endif # Abort building VIM if version of VC is unrecognised. diff --git a/src/version.c b/src/version.c index 75183ce17..ad4e4412c 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4, /**/ 3, /**/