diff src/version.c @ 3933:de6968039340 v7.3.722

updated for version 7.3.722 Problem: Perl flags may contain "-g", which breaks "make proto". Solution: Filter out the "-g" flag for cproto. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Nov 2012 17:03:27 +0100
parents b23f583e132e
children ee138f29259e
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 */
 /**/
+    722,
+/**/
     721,
 /**/
     720,