diff src/version.c @ 6136:1134bba900c1 v7.4.406

updated for version 7.4.406 Problem: Test 72 and 100 fail on MS-Windows. Solution: Set fileformat to unix in the tests. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Sat, 16 Aug 2014 17:34:34 +0200
parents 4c25af735304
children 3f92ef156c66
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 */
 /**/
+    406,
+/**/
     405,
 /**/
     404,