summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-07 15:51:28 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-07 15:51:28 +0200
commit9b1cd65d8b063cade214043c39560b289f84ef8b (patch)
treede54f2ffcfe03955288126d117c67344c77c2d75 /src
parent261f346f8154c0ec7094a4a211c653c74e9f7c2e (diff)
patch 8.1.2002: version number 2000 missingv8.1.2002
Problem: Version number 2000 missing. Solution: Add the number in the list of patches.
Diffstat (limited to 'src')
-rw-r--r--src/version.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 60ab29783e..7f3310e2c6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,8 +758,12 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2002,
+/**/
2001,
/**/
+ 2000,
+/**/
1999,
/**/
1998,