]> granicus.if.org Git - vim/commitdiff
patch 8.1.2002: version number 2000 missing v8.1.2002
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Sep 2019 13:51:28 +0000 (15:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Sep 2019 13:51:28 +0000 (15:51 +0200)
Problem:    Version number 2000 missing.
Solution:   Add the number in the list of patches.

src/version.c

index 60ab29783e4cbe45fd66325f9ce4030f8151de36..7f3310e2c62df668be341cd4eab68250d892aa79 100644 (file)
@@ -757,8 +757,12 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2002,
 /**/
     2001,
+/**/
+    2000,
 /**/
     1999,
 /**/