commit | daaca8a1281ee610a308cd6209f81a06b3ae3a14 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 17:58:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 17:58:23 2022 +0100 |
tree | cb3670076093ddf57926f75e39ea0521b1f223dd | |
parent | 022f9ef16c955d6b5fca0f53b79899c56a3966c5 [diff] |
patch 9.0.0029: the bitmaps/vim.ico file is not in the distribution Problem: The bitmaps/vim.ico file is not in the distribution. Solution: Add it back to the distribution. Adjust the build rules to have it end up in the right place.
diff --git a/src/version.c b/src/version.c index 77be61c..3c6efdf 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 29, +/**/ 28, /**/ 27,