diff src/version.c @ 6567:d6473d6501fd v7.4.610

updated for version 7.4.610 Problem: Some function headers may be missing from generated .pro files. Solution: Add PROTO to the #ifdef.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 13:00:38 +0100
parents 38add5a3d617
children 7fa1a7359a56
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    610,
+/**/
     609,
 /**/
     608,