diff src/version.c @ 6797:56a735cff1a0 v7.4.720

patch 7.4.720 Problem: Can't build with Visual Studio 2015. Solution: Recognize the "version 14" numbers and omit /nodefaultlib when appropriate. (Paul Moore)
author Bram Moolenaar <bram@vim.org>
date Mon, 04 May 2015 16:18:42 +0200
parents adb3699fa30c
children 45d3208c8754
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 */
 /**/
+    720,
+/**/
     719,
 /**/
     718,