commit | e741f039cf46ccfbdaaa274618810787129d152b | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Thu May 11 15:22:58 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 11 15:22:58 2023 +0100 |
tree | 11f6847f7c8f60428580727d457031389ad2ee48 | |
parent | f9dc278946d52235a0025fd347bd9ff571258470 [diff] [blame] |
patch 9.0.1541: CI: sound dummy is disabled Problem: CI: sound dummy is disabled. Solution: Make sound dummy work again. (closes #12380)
diff --git a/src/version.c b/src/version.c index e5f4afa..c917be5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1541, +/**/ 1540, /**/ 1539,