summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-05-11 15:22:58 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-11 15:22:58 +0100
commite741f039cf46ccfbdaaa274618810787129d152b (patch)
tree11f6847f7c8f60428580727d457031389ad2ee48 /src
parentf9dc278946d52235a0025fd347bd9ff571258470 (diff)
downloadvim-git-e741f039cf46ccfbdaaa274618810787129d152b.tar.gz
patch 9.0.1541: CI: sound dummy is disabledv9.0.1541
Problem: CI: sound dummy is disabled. Solution: Make sound dummy work again. (closes #12380)
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 e5f4afa70..c917be5fb 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 */
/**/
+ 1541,
+/**/
1540,
/**/
1539,