commit | ba768495c2e6bae74e49d22d489fbf211ecad55e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 08 15:32:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 08 15:32:54 2016 +0200 |
tree | 99069fc8f3f641b90dbc9a8ed8e726fb7e4ef4f0 | |
parent | 245a7cb6d33e556415c9fcaa874b784a6d8f0ef3 [diff] [blame] |
patch 7.4.2001 Problem: Tiny build fails. (Tony Mechelynck) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 6224e3d..4dcb286 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2001, +/**/ 2000, /**/ 1999,