commit | ff40b625a693cf5094abe76b77655f13ad48739b | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat May 13 11:54:47 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 13 11:54:47 2023 +0100 |
tree | 7353735a179b193bbdf5d74ba0d83ae0e2aff9cb | |
parent | 12eb0f4ec5a9d9899d09691f944e4fbfdf4318fd [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 20a6e99..a3c9453 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1548, +/**/ 1547, /**/ 1546,