commit | 7b5f0a15bce11754c47f849b2ddd68ba0909afac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 17:40:43 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 17:40:43 2015 +0100 |
tree | 2c873ea721d65fd328dce9c46acde9fd808d9f8b | |
parent | 604619784c7f9007a883c123231d080598bd49f5 [diff] |
patch 7.4.1003 Problem: Travis could check a few more things. Solution: Run autoconf on one of the builds. (James McCoy, closes #510) Also build with normal features.
diff --git a/src/version.c b/src/version.c index 62271ed..dc25a82 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1003, +/**/ 1002, /**/ 1001,