From 7381c0ce3f3e79ec5a74b9be8fc34e0c8181463b Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 26 Sep 2022 20:17:26 +0100 Subject: patch 9.0.0596: CI on Mac M1 has the channel feature disabled Problem: CI on Mac M1 has the channel feature disabled. Solution: Include the channel feature. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 35f37e9d90..3111b4f922 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 596, /**/ 595, /**/ -- cgit v1.2.3