diff src/version.c @ 5832:e4cd5bb75029 v7.4.259

updated for version 7.4.259 Problem: Warning for misplaced "const". Solution: Move the "const". (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Apr 2014 12:52:40 +0200
parents e8ffd1e6c8dc
children 6bc874e4789a
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 */
 /**/
+    259,
+/**/
     258,
 /**/
     257,