summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2022-03-11 15:24:11 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-11 15:24:11 +0000
commit176711f06966f6691a29c410e4693bf14e0f3d74 (patch)
tree938328444653a0ac69b42fb4af75e6636f01d77f /src/version.c
parentdbf8094b17781ab1db191cf690e59c79f508a50f (diff)
patch 8.2.4545: MS-Windows: the installed icon is low resolutionv8.2.4545
Problem: MS-Windows: the installed icon is low resolution. Solution: Use a better icon. Install vim.ico. (Christian Brabandt, closes #9931, closes #9930)
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 98ce90cbbf..01c3c32fff 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4545,
+/**/
4544,
/**/
4543,