summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-05 22:25:50 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-05 22:25:50 +0200
commite67a7d690a53690eb3c99a1ca7a199e8da159146 (patch)
tree1c9548182381b8f2f742cfae9d5b69e951e83bb4 /src/version.c
parentf1c118be93184e8e57e3e80b1b3383f464ed649e (diff)
patch 8.1.0348: on Travis the slowest build is run lastv8.1.0348
Problem: On Travis the slowest build is run last. (Dominique Pelle) Solution: Reorder the build entries.
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 790cd76319..ab77c13653 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 348,
+/**/
347,
/**/
346,