diff src/version.c @ 14241:9abebf6e25c5 v8.1.0137

patch 8.1.0137: CI does not run with TCL commit https://github.com/vim/vim/commit/ade55787978e15fe57c5cedf38c9f85bfe1d983c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 1 21:12:55 2018 +0200 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 https://github.com/vim/vim/issues/3133)
author Christian Brabandt <cb@256bit.org>
date Sun, 01 Jul 2018 21:15:06 +0200
parents 7457bf2db968
children fbf0681606fa
line wrap: on
line diff
--- 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,