diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 3ac29606b5..ef75193e2b 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -407,6 +407,9 @@ MSVCVER = 10.0 !if "$(_NMAKE_VER)" == "10.00.30319.01" MSVCVER = 10.0 !endif +!if "$(_NMAKE_VER)" == "10.00.40219.01" +MSVCVER = 10.0 +!endif !if "$(_NMAKE_VER)" == "11.00.50727.1" MSVCVER = 11.0 !endif diff --git a/src/version.c b/src/version.c index 7968b722a8..87d0e620c2 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 712, /**/ 711, /**/