diff src/version.c @ 5306:2374a05efe20 v7.4.006

updated for version 7.4.006 Problem: mkdir("foo/bar/", "p") gives an error message. (David Barnett) Solution: Remove the trailing slash. (lcd)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 Aug 2013 12:06:55 +0200
parents 3640cf4c0d4b
children 4fe1dfc7014e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    6,
+/**/
     5,
 /**/
     4,