commit | a54d2fc0d3ec7c4c8ca99b91e2ff7f7fee45c8bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 20:09:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 20:09:34 2017 +0100 |
tree | 7aff6e13995823b657a2a12ccd9ba54c996baedb | |
parent | 595297d6d5658266dd0574361f77f7832bb18e26 [diff] |
patch 8.0.0410: newer gettext/iconv library has extra dll file Problem: Newer gettext/iconv library has extra dll file. Solution: Add the file to the Makefile and nsis script. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 59ad156..1020bf9 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 410, +/**/ 409, /**/ 408,