diff src/version.c @ 6860:809e3aa59c6f v7.4.750

patch 7.4.750 Problem: Cannot build with clang 3.5 on Cygwin with perl enabled. Solution: Strip "-fdebug-prefix-map" in configure. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Jun 2015 13:41:08 +0200
parents e73d5ac8b16b
children db53fd1a7d5c
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 */
 /**/
+    750,
+/**/
     749,
 /**/
     748,