diff src/version.c @ 5432:38b948f534e4 v7.4.066

updated for version 7.4.066 Problem: MS-Windows: When there is a colon in the file name (sub-stream feature) the swap file name is wrong. Solution: Change the colon to "%". (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Mon, 04 Nov 2013 02:54:12 +0100
parents 7f341db39d5b
children 86bf09a1b6d0
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 */
 /**/
+    66,
+/**/
     65,
 /**/
     64,