summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-01 21:12:55 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-01 21:12:55 +0200
commitade55787978e15fe57c5cedf38c9f85bfe1d983c (patch)
tree95794a44018305627ba7c40c61e8df695f7072f3 /src
parent2f362bf7f9acc9ec87799d1e41bf0ae7712d1f7a (diff)
downloadvim-master.zip
patch 8.1.0137: CI does not run with TCLHEADmaster
Problem: CI does not run with TCL. Solution: Add TCL to the travis config. (Dominique Pelle, closes #3133)
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 4e8816346..9c79148d0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 137,
+/**/
136,
/**/
135,