diff src/version.c @ 5818:a43a8262e1ce v7.4.252

updated for version 7.4.252 Problem: Critical error in GTK, removing timer twice. Solution: Clear the timer after removing it. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Sun, 06 Apr 2014 21:08:45 +0200
parents 29eb4c2a33ac
children 4901a36479f2
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 */
 /**/
+    252,
+/**/
     251,
 /**/
     250,