diff src/version.c @ 5456:5c3064feddd7 v7.4.078

updated for version 7.4.078 Problem: MSVC 2013 is not supported. Solution: Recognize and support MSVC 2013. (Ed Brown)
author Bram Moolenaar <bram@vim.org>
date Fri, 08 Nov 2013 03:15:47 +0100
parents 53bc55e58fef
children 6ae816249627
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    78,
+/**/
     77,
 /**/
     76,