diff src/version.c @ 5356:0978e99043d2 v7.4.030

updated for version 7.4.030 Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall)
author Bram Moolenaar <bram@vim.org>
date Thu, 19 Sep 2013 20:49:04 +0200
parents 2d3fbc68b3a8
children b21b5dcdca21
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 */
 /**/
+    30,
+/**/
     29,
 /**/
     28,