From 290424868d6aeab4f704df15c7a67b908e852e06 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 7 May 2013 05:11:17 +0200 Subject: [PATCH] updated for version 7.3.930 Problem: MSVC 2012 update is not recognized. Solution: Update the version in the makefile. (Raymond Ko) --- src/Make_mvc.mak | 3 +++ src/version.c | 2 ++ 2 files changed, 5 insertions(+) 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, /**/