summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authormatveyt <matthewtarasov@gmail.com>2021-05-24 18:48:27 +0200
committerBram Moolenaar <Bram@vim.org>2021-05-24 18:48:27 +0200
commite97c7c962ca0fd7cad0d157f1762eb5cc5887fca (patch)
tree2d82c566de01059fe2993c8adaa9e1d0955ec24e /src/version.c
parent15bbb8f4f38d25d491d7dff83ef0552e2d442d5d (diff)
patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883
Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes #8241)
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 378e846f73..517e832611 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 */
/**/
+ 2883,
+/**/
2882,
/**/
2881,