diff src/version.c @ 30521:4573f0cb7210 v9.0.0596

patch 9.0.0596: CI on Mac M1 has the channel feature disabled Commit: https://github.com/vim/vim/commit/7381c0ce3f3e79ec5a74b9be8fc34e0c8181463b Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon Sep 26 20:17:26 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Sep 2022 21:30:02 +0200
parents 4a88061200c2
children 5ab992f09df8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    596,
+/**/
     595,
 /**/
     594,