commit | ade55787978e15fe57c5cedf38c9f85bfe1d983c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 01 21:12:55 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 01 21:12:55 2018 +0200 |
tree | 95794a44018305627ba7c40c61e8df695f7072f3 | |
parent | 2f362bf7f9acc9ec87799d1e41bf0ae7712d1f7a [diff] |
patch 8.1.0137: CI does not run with TCL Problem: CI does not run with TCL. Solution: Add TCL to the travis config. (Dominique Pelle, closes #3133)
diff --git a/src/version.c b/src/version.c index 4e88163..9c79148 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 137, +/**/ 136, /**/ 135,