Skip to content

Commit c20cfe8

Browse files
committed
updated for version 7.4.183
Problem: MSVC Visual Studio update not supported. Solution: Add version number. (Mike William)
1 parent 141b816 commit c20cfe8

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
@@ -424,6 +424,9 @@ MSVCVER = 11.0
424424
!if "$(_NMAKE_VER)" == "11.00.60610.1"
425425
MSVCVER = 11.0
426426
!endif
427+
!if "$(_NMAKE_VER)" == "11.00.61030.0"
428+
MSVCVER = 11.0
429+
!endif
427430
!if "$(_NMAKE_VER)" == "12.00.21005.1"
428431
MSVCVER = 12.0
429432
!endif

src/version.c

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

739739
static int included_patches[] =
740740
{ /* Add new patch number below this line */
741+
/**/
742+
183,
741743
/**/
742744
182,
743745
/**/

0 commit comments

Comments
 (0)