commit | 9b1cd65d8b063cade214043c39560b289f84ef8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 15:51:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 15:51:28 2019 +0200 |
tree | de54f2ffcfe03955288126d117c67344c77c2d75 | |
parent | 261f346f8154c0ec7094a4a211c653c74e9f7c2e [diff] |
patch 8.1.2002: version number 2000 missing Problem: Version number 2000 missing. Solution: Add the number in the list of patches.
diff --git a/src/version.c b/src/version.c index 60ab297..7f3310e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,8 +758,12 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2002, +/**/ 2001, /**/ + 2000, +/**/ 1999, /**/ 1998,