diff src/version.c @ 6569:7fa1a7359a56 v7.4.611

updated for version 7.4.611 Problem: Syntax error. Solution: Change statement to return.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 13:16:04 +0100
parents d6473d6501fd
children 75238dbe8543
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 */
 /**/
+    611,
+/**/
     610,
 /**/
     609,