commit | a6cdc99152c3a3e3bd92ac33864dafd15bb4d938 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 16:13:25 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 16:13:25 2012 +0200 |
tree | 4df32a7d11fb7d51e3123eefb4e0a30777e51376 | |
parent | 6be120e7f5cfe9c23fbcd964038bdbc9f626906c [diff] [blame] |
updated for version 7.3.500 Problem: Ming makefile unconditionally sets WINVER. Solution: Only defined when not already defined. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index df3717a..720e45a 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 500, +/**/ 499, /**/ 498,