summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-28 22:24:41 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-28 22:24:41 +0100
commit40bbceee2213a6fa8fdc1d3f3920d61fb5370803 (patch)
treeb16f86b33998413a6905c60bc250155a9b4a8912 /src/version.c
parent0d27f64f7188efef99062a3c5694027c12401670 (diff)
patch 7.4.988v7.4.988
Problem: Default test target is test49.out. Solution: Add a build rule before including Make_all.mak.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c304f69e69..fcc22cd846 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 */
/**/
+ 988,
+/**/
987,
/**/
986,