diff src/version.c @ 6349:5b2ff413125b v7.4.507

updated for version 7.4.507 Problem: Building with MingW and Perl. Solution: Remove quotes. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 06 Nov 2014 10:03:01 +0100
parents 79a667b879e7
children 65df2fba429b
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 */
 /**/
+    507,
+/**/
     506,
 /**/
     505,