diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 357b677f0e..3ac29606b5 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -373,6 +373,10 @@ MSVCVER = 5.0 MSVCVER = 6.0 CPU = ix86 !endif +!if "$(_NMAKE_VER)" == "6.00.9782.0" +MSVCVER = 6.0 +CPU = ix86 +!endif !if "$(_NMAKE_VER)" == "7.00.9466" MSVCVER = 7.0 !endif diff --git a/src/version.c b/src/version.c index 6afb9d16b3..14d4c8f787 100644 --- a/src/version.c +++ b/src/version.c @@ -719,6 +719,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 702, /**/ 701, /**/