commit | dcc1ce2f5a640df9aca9122ecf145a1e95257cf4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 15 12:07:11 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 15 12:07:11 2014 +0200 |
tree | 71e34e594eb70ae212aad988a40c10ab762e173e | |
parent | cbc246a331dc8dea49f6ad443be3d10ec68ef2c2 [diff] [blame] |
updated for version 7.4.476 Problem: MingW: compiling with "XPM=no" doesn't work. Solution: Check for the "no" value. (KF Leong) Also for Cygwin. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 78c3baa..c4f560b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 476, +/**/ 475, /**/ 474,