From 9b1cd65d8b063cade214043c39560b289f84ef8b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 7 Sep 2019 15:51:28 +0200 Subject: [PATCH] patch 8.1.2002: version number 2000 missing Problem: Version number 2000 missing. Solution: Add the number in the list of patches. --- src/version.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/version.c b/src/version.c index 60ab29783..7f3310e2c 100644 --- a/src/version.c +++ b/src/version.c @@ -757,8 +757,12 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2002, /**/ 2001, +/**/ + 2000, /**/ 1999, /**/