diff src/version.c @ 6771:63b2bc619d5a v7.4.707

patch 7.4.707 Problem: Undo files can have their executable bit set. Solution: Strip of the executable bit. (Mikael Berthe)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Apr 2015 16:12:06 +0200
parents fbcf54fc3a77
children eb4b705a5d6a
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 */
 /**/
+    707,
+/**/
     706,
 /**/
     705,