From: Bram Moolenaar Date: Tue, 7 May 2013 03:11:17 +0000 (+0200) Subject: updated for version 7.3.930 X-Git-Tag: v7.3.930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=290424868d6aeab4f704df15c7a67b908e852e06;p=thirdparty%2Fvim.git updated for version 7.3.930 Problem: MSVC 2012 update is not recognized. Solution: Update the version in the makefile. (Raymond Ko) --- diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 36da162225..2a4a3e8c45 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -416,6 +416,9 @@ MSVCVER = 11.0 !if "$(_NMAKE_VER)" == "11.00.51106.1" MSVCVER = 11.0 !endif +!if "$(_NMAKE_VER)" == "11.00.60315.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 30ac9a85e9..3bf2512142 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 */ +/**/ + 930, /**/ 929, /**/