diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 357b677f0..3ac29606b 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 6afb9d16b..14d4c8f78 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, /**/