diff src/version.c @ 5037:5e0b6a9282df v7.3.1262

updated for version 7.3.1262 Problem: Crash and compilation warnings with Cygwin. Solution: Check return value of XmbTextListToTextProperty(). Add type casts. Adjust #ifdefs. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Sat, 29 Jun 2013 14:17:02 +0200
parents 1cf89d38aa76
children a02575cd564a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1262,
+/**/
     1261,
 /**/
     1260,