diff src/version.c @ 6813:ea0468670fbe v7.4.728

patch 7.4.728 Problem: Can't build with some version of Visual Studio 2015. Solution: Recognize another version 14 number. (Sinan)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 May 2015 11:33:47 +0200
parents cc3f3d35c549
children f0e7dc5e7282
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    728,
+/**/
     727,
 /**/
     726,