Skip to content

Commit f930e6f

Browse files
committed
updated for version 7.4a.004
Problem: MSVC 2012 Update 3 is not recognized. Solution: Add the version number. (Raymond Ko)
1 parent 4250f6c commit f930e6f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Make_mvc.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,9 @@ MSVCVER = 11.0
421421
!if "$(_NMAKE_VER)" == "11.00.60315.1"
422422
MSVCVER = 11.0
423423
!endif
424+
!if "$(_NMAKE_VER)" == "11.00.60610.1"
425+
MSVCVER = 11.0
426+
!endif
424427
!endif
425428

426429
# Abort building VIM if version of VC is unrecognised.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ static char *(features[]) =
728728

729729
static int included_patches[] =
730730
{ /* Add new patch number below this line */
731+
/**/
732+
4,
731733
/**/
732734
3,
733735
/**/

0 commit comments

Comments
 (0)