commit | 9952c102dd66e14101b1abbe6510dde973f96945 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 19 20:49:04 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 19 20:49:04 2013 +0200 |
tree | 16d84efb57dfc06a5e62797e4160bff39fadc6c5 | |
parent | 745c6eb29be0ffec300b914d441769d9b80b872a [diff] [blame] |
updated for version 7.4.030 Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall)
diff --git a/src/version.c b/src/version.c index 5faeb35..272940a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 30, +/**/ 29, /**/ 28,