commit | 24877cf22c59acefc69c33d8368841a149135fed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 10 21:51:48 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 10 21:51:48 2019 +0100 |
tree | caac0a72003a78b0244ec5a783f3e80887ae4017 | |
parent | ba7e1865b3e01b9e502d335345d713743797a339 [diff] [blame] |
patch 8.1.0713: images for NSIS take up too much space Problem: Images for NSIS take up too much space. Solution: Put the images in a zip file.
diff --git a/src/version.c b/src/version.c index aaf12c2..1f9d809 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 713, +/**/ 712, /**/ 711,