From c416fd4ca82a27c28915695ebab2e0886cd45bca Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 13 May 2023 17:46:10 +0100 Subject: patch 9.0.1552: CI: sound-dummy module is not installed Problem: CI: sound-dummy module is not installed. Solution: Invert using the result of the condition. (closes #12394) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index cc7c4e1ce..2f2fa1291 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 */ +/**/ + 1552, /**/ 1551, /**/ -- cgit v1.2.1