summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-30 17:40:43 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-30 17:40:43 +0100
commit7b5f0a15bce11754c47f849b2ddd68ba0909afac (patch)
tree2c873ea721d65fd328dce9c46acde9fd808d9f8b /src
parent604619784c7f9007a883c123231d080598bd49f5 (diff)
patch 7.4.1003v7.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.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 62271eda08..dc25a82547 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1003,
+/**/
1002,
/**/
1001,