From 5fc7959dcbc43ddf2e9a2a06c547a5c10804e3d1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 9 May 2023 22:13:58 +0100 Subject: patch 9.0.1536: CI: sound dummy stopped working Problem: CI: sound dummy stopped working. Solution: Temporarily stop using sound dummy. --- 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 8da355b336..c8daf71c8c 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1536, /**/ 1535, /**/ -- cgit v1.2.3