changeset 2659:4ac0c84d1c50 v7.3.079

updated for version 7.3.079 Problem: Duplicate lines in makefile. Solution: Remove the lines. (Hong Xu)
author Bram Moolenaar <bram@vim.org>
date Wed, 08 Dec 2010 14:55:02 +0100
parents b93a3fc3897b
children e19ecdb13f34
files src/Make_mvc.mak src/version.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -380,9 +380,6 @@ MSVCVER = 10.0
 !if "$(_NMAKE_VER)" == "10.00.30319.01"
 MSVCVER = 10.0
 !endif
-!if "$(_NMAKE_VER)" == "9.00.30729.01"
-MSVCVER = 9.0
-!endif
 !endif
 
 # Abort bulding VIM if version of VC is unrecognised.
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    79,
+/**/
     78,
 /**/
     77,