diff src/version.c @ 3541:c44f0f7424b9 v7.3.531

updated for version 7.3.531 Problem: GUI does not work on MS-Windows. Solution: Add the missing #ifdef. (Patrick Avery)
author Bram Moolenaar <bram@vim.org>
date Sun, 27 May 2012 00:37:51 +0200
parents 81d5f3a3e27f
children 9755d151c749
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 */
 /**/
+    531,
+/**/
     530,
 /**/
     529,