We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141b816 commit c20cfe8Copy full SHA for c20cfe8
src/Make_mvc.mak
@@ -424,6 +424,9 @@ MSVCVER = 11.0
424
!if "$(_NMAKE_VER)" == "11.00.60610.1"
425
MSVCVER = 11.0
426
!endif
427
+!if "$(_NMAKE_VER)" == "11.00.61030.0"
428
+MSVCVER = 11.0
429
+!endif
430
!if "$(_NMAKE_VER)" == "12.00.21005.1"
431
MSVCVER = 12.0
432
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 183,
743
/**/
744
182,
745
0 commit comments