changeset 4363:d85196defe0d v7.3.930

updated for version 7.3.930 Problem: MSVC 2012 update is not recognized. Solution: Update the version in the makefile. (Raymond Ko)
author Bram Moolenaar <bram@vim.org>
date Tue, 07 May 2013 05:11:17 +0200
parents 9c6c55933f38
children 5ac5bbf4caa5
files src/Make_mvc.mak src/version.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    930,
+/**/
     929,
 /**/
     928,