summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-23 20:20:53 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-23 20:20:53 +0100
commit3834e3d039777e0144914a86289870bee147c0a2 (patch)
treefa15b089cd0bc9e4650caedfcbe2cd8179dfb1c6 /src
parent10c6029e28ab666a42190fcceb0bb098a4ebf724 (diff)
patch 8.0.0363: Travis is too slow to keep up with patchesv8.0.0363
Problem: Travis is too slow to keep up with patches. Solution: Increase git depth to 20
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 4df3c3fe15..6b2a9f17cb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 363,
+/**/
362,
/**/
361,