diff src/version.c @ 7397:7ec544daecd5 v7.4.1003

commit https://github.com/vim/vim/commit/7b5f0a15bce11754c47f849b2ddd68ba0909afac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 30 17:40:43 2015 +0100 patch 7.4.1003 Problem: Travis could check a few more things. Solution: Run autoconf on one of the builds. (James McCoy, closes https://github.com/vim/vim/issues/510) Also build with normal features.
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Dec 2015 17:45:03 +0100
parents 377253525da5
children d45f2dbdac8d
line wrap: on
line diff
--- 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,