summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2023-04-21 17:46:57 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-21 17:46:57 +0100
commit017227079f104bd69483ee3d33e31490d7e52135 (patch)
treed8fb70dc6e2f657d01c45554d2db40f7bc87f908 /src
parent8281a16efc76197f7b0b2a385dffb44fce66d33e (diff)
downloadvim-git-017227079f104bd69483ee3d33e31490d7e52135.tar.gz
patch 9.0.1473: CI does not run sound testsv9.0.1473
Problem: CI does not run sound tests. Solution: Re-enable sound tests. Use "apt-get" instead of "apt". (Ozaki Kiichi, closes #12280)
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 611bd82ab..c3e2afed4 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 */
/**/
+ 1473,
+/**/
1472,
/**/
1471,