summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-02 17:58:23 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-02 17:58:23 +0100
commitdaaca8a1281ee610a308cd6209f81a06b3ae3a14 (patch)
treecb3670076093ddf57926f75e39ea0521b1f223dd /src/version.c
parent022f9ef16c955d6b5fca0f53b79899c56a3966c5 (diff)
patch 9.0.0029: the bitmaps/vim.ico file is not in the distributionv9.0.0029
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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 77be61cf89..3c6efdf5d2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 29,
+/**/
28,
/**/
27,