diff src/version.c @ 3652:8393a16069fb v7.3.586

updated for version 7.3.586 Problem: When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined. Solution: Set the default for WINVER to 0x0500.
author Bram Moolenaar <bram@vim.org>
date Fri, 06 Jul 2012 13:40:50 +0200
parents d258a0c5c38a
children a34fb0a077c9
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 */
 /**/
+    586,
+/**/
     585,
 /**/
     584,