From 65e08ee1d26aa7bf341ac0e0400839d696d1ab64 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 1 Dec 2016 16:41:50 +0100 Subject: patch 8.0.0108 Problem: The channel "drop" option is not tested. Solution: Add a test. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index c683ed531..c4977dea7 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 */ +/**/ + 108, /**/ 107, /**/ -- cgit v1.2.1