diff src/version.c @ 3244:819322e0e93e v7.3.391

updated for version 7.3.391 Problem: Can't check if the XPM_W32 feature is enabled. Solution: Add xpm_w32 to the list of features. (kat)
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Jan 2012 14:35:37 +0100
parents 48252b5fd170
children c4898d6d73a2
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 */
 /**/
+    391,
+/**/
     390,
 /**/
     389,