From ff40b625a693cf5094abe76b77655f13ad48739b Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sat, 13 May 2023 11:54:47 +0100 Subject: patch 9.0.1548: CI: check in sound-dummy module may throw an error Problem: CI: check in sound-dummy module may throw an error. Solution: Check whether apt-cache can show the package description. (Christian Brabandt, closes #12390) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 20a6e99d3..a3c9453d1 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 */ +/**/ + 1548, /**/ 1547, /**/ -- cgit v1.2.1