diff src/version.c @ 8120:350f8040bd37 v7.4.1354

commit https://github.com/vim/vim/commit/223b723be0703137cf6373e23f8ae5c02e92ef82 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 19 19:43:49 2016 +0100 patch 7.4.1354 Problem: MS-Windows: Mismatch between default compile options and what the code expects. Solution: Change the default WINVER from 0x0500 to 0x0501. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 19 Feb 2016 19:45:04 +0100
parents 1f28be191fab
children 39532ee7dd43
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1354,
+/**/
     1353,
 /**/
     1352,