]> granicus.if.org Git - vim/commitdiff
updated for version 7.4a.004 v7.4a.004
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Jul 2013 11:15:46 +0000 (13:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Jul 2013 11:15:46 +0000 (13:15 +0200)
Problem:    MSVC 2012 Update 3 is not recognized.
Solution:   Add the version number. (Raymond Ko)

src/Make_mvc.mak
src/version.c

index a90a9bcd4ea360e6b171a0d45912644d55c9d750..f23258b45a3d3b7b53c5e9d5778c4c405b221bfc 100644 (file)
@@ -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.
index 75183ce1763e3a5674889d5409dde55f668cbb2e..ad4e4412cb11b7579441142600d3e5cedeae4060 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4,
 /**/
     3,
 /**/