commit | d622beb3c39f5110a5316234812ae3a0dd45e9af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 29 18:42:28 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 29 18:42:28 2010 +0200 |
tree | bda09c2a17622dab45c709854a6592509c7214fe | |
parent | a8fc79895ea3202fa96dc9f4084c74da85e3400d [diff] [blame] |
updated for version 7.3.018 Problem: Missing argument to windres in MingW makefiles. Solution: Add the argument that was wrapped in the patch. (Jon Maken)
diff --git a/src/version.c b/src/version.c index d04419c..2154b3c 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 18, +/**/ 17, /**/ 16,