summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-05-13 11:54:47 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-13 11:54:47 +0100
commitff40b625a693cf5094abe76b77655f13ad48739b (patch)
tree7353735a179b193bbdf5d74ba0d83ae0e2aff9cb /src
parent12eb0f4ec5a9d9899d09691f944e4fbfdf4318fd (diff)
downloadvim-git-ff40b625a693cf5094abe76b77655f13ad48739b.tar.gz
patch 9.0.1548: CI: check in sound-dummy module may throw an errorv9.0.1548
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)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 20a6e99d3..a3c9453d1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1548,
+/**/
1547,
/**/
1546,