diff src/version.c @ 6149:4c845a1600d2 v7.4.412

updated for version 7.4.412 Problem: Can't build on Windows XP with MSVC. Solution: Add SUBSYSTEM_VER to the Makefile. (Yongwei Wu)
author Bram Moolenaar <bram@vim.org>
date Fri, 22 Aug 2014 18:12:57 +0200
parents d4e0c197e979
children 121613e72e39
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 */
 /**/
+    412,
+/**/
     411,
 /**/
     410,