summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-19 20:49:04 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-19 20:49:04 +0200
commit9952c102dd66e14101b1abbe6510dde973f96945 (patch)
tree16d84efb57dfc06a5e62797e4160bff39fadc6c5 /src/version.c
parent745c6eb29be0ffec300b914d441769d9b80b872a (diff)
downloadvim-9952c102dd66e14101b1abbe6510dde973f96945.zip
updated for version 7.4.030
Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5faeb35be..272940af8 100644
--- 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,