From 017227079f104bd69483ee3d33e31490d7e52135 Mon Sep 17 00:00:00 2001 From: ichizok Date: Fri, 21 Apr 2023 17:46:57 +0100 Subject: patch 9.0.1473: CI does not run sound tests Problem: CI does not run sound tests. Solution: Re-enable sound tests. Use "apt-get" instead of "apt". (Ozaki Kiichi, closes #12280) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 611bd82ab..c3e2afed4 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 */ +/**/ + 1473, /**/ 1472, /**/ -- cgit v1.2.1