changeset 18012:f3a23c3a5476 v8.1.2002

patch 8.1.2002: version number 2000 missing Commit: https://github.com/vim/vim/commit/9b1cd65d8b063cade214043c39560b289f84ef8b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 15:51:28 2019 +0200 patch 8.1.2002: version number 2000 missing Problem: Version number 2000 missing. Solution: Add the number in the list of patches.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 16:00:04 +0200
parents 57f25ee98789
children 438192d859f3
files src/version.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,