diff src/version.c @ 3912:557ef119999e v7.3.712

updated for version 7.3.712 Problem: Nmake from VS2010 SP1 is not recognized. Solution: Add the version number. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 23 Oct 2012 05:35:34 +0200
parents 2a7b2943be22
children f15769bce0b8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    712,
+/**/
     711,
 /**/
     710,