From 4f7090b93d9b2c2e1724466a2e069e97a5e91808 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 26 Jan 2017 21:24:02 +0100 Subject: patch 8.0.0240: failure with one build on CI Problem: The clang build on CI fails with one configuration. Solution: Redo a previous patch that was accidentally reverted. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 36dbe3a54..4e4161719 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 240, /**/ 239, /**/ -- cgit v1.2.1