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 2d13748 commit 78fe886Copy full SHA for 78fe886
src/Make_mvc.mak
@@ -407,6 +407,9 @@ MSVCVER = 10.0
407
!if "$(_NMAKE_VER)" == "10.00.30319.01"
408
MSVCVER = 10.0
409
!endif
410
+!if "$(_NMAKE_VER)" == "10.00.40219.01"
411
+MSVCVER = 10.0
412
+!endif
413
!if "$(_NMAKE_VER)" == "11.00.50727.1"
414
MSVCVER = 11.0
415
src/version.c
@@ -725,6 +725,8 @@ static char *(features[]) =
725
726
static int included_patches[] =
727
{ /* Add new patch number below this line */
728
+/**/
729
+ 712,
730
/**/
731
711,
732
0 commit comments