diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index d738670e4..545c94d34 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -354,6 +354,9 @@ MSVCVER = 9.0 !if "$(_NMAKE_VER)" == "9.00.21022.08" MSVCVER = 9.0 !endif +!if "$(_NMAKE_VER)" == "9.00.30729.01" +MSVCVER = 9.0 +!endif !endif # Abort bulding VIM if version of VC is unrecognised. diff --git a/src/version.c b/src/version.c index 6676f4ab3..fc8f51506 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 101, /**/ 100, /**/