diff src/version.c @ 5828:17903ded5e9a v7.4.257

updated for version 7.4.257 Problem: Compiler warning, possibly for mismatch in parameter name. Solution: Rename the parameter in the declaration.
author Bram Moolenaar <bram@vim.org>
date Sat, 12 Apr 2014 12:26:36 +0200
parents afb542ea210c
children e8ffd1e6c8dc
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    257,
+/**/
     256,
 /**/
     255,