diff src/version.c @ 3322:d473f39aeadf v7.3.428

updated for version 7.3.428 Problem: Win32: an xpm file without a mask crashes Vim. Solution: Fail when the mask is missing. (Dave Bodenstab)
author Bram Moolenaar <bram@vim.org>
date Sun, 05 Feb 2012 00:48:00 +0100
parents 45467d77047d
children c9366ca36f6f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    428,
+/**/
     427,
 /**/
     426,