commit | f240e181d720c8a056ad57dfa160b0e8c1371c3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 18:33:02 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 18:33:02 2014 +0100 |
tree | 9b8f0c481890d5b16b39173098a51d352a1d75ac | |
parent | 2a0b33e2841ad0c23f4385269f98701d1b105107 [diff] [blame] |
updated for version 7.4.535 Problem: Can't build with tiny features. Solution: Add #ifdefs and skip a test.
diff --git a/src/version.c b/src/version.c index 5162178..6ce2f04 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 535, +/**/ 534, /**/ 533,