diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 6718e141a3..ab02890134 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -424,6 +424,9 @@ MSVCVER = 11.0 !if "$(_NMAKE_VER)" == "11.00.60610.1" MSVCVER = 11.0 !endif +!if "$(_NMAKE_VER)" == "11.00.61030.0" +MSVCVER = 11.0 +!endif !if "$(_NMAKE_VER)" == "12.00.21005.1" MSVCVER = 12.0 !endif diff --git a/src/version.c b/src/version.c index 0392a96af0..9f37a7489b 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 183, /**/ 182, /**/