commit | d293b2b9d43ee4b7b48ca6974202cbf319438975 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 22:29:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 22:29:49 2016 +0100 |
tree | 9cddba2f5b00ffc91d6f6f18a5354b1073ef7d6a | |
parent | 44a2f923c00f1384c9ecde12fb5b4711bc20702e [diff] [blame] |
patch 7.4.1612 Problem: Can't build with small features. Solution: Move code and #ifdefs.
diff --git a/src/version.c b/src/version.c index 0803de4..39193ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1612, +/**/ 1611, /**/ 1610,