summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-07 15:12:12 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-07 15:12:12 +0200
commit5b19e5b919ec568792e2e2301899f0e58cf9e550 (patch)
tree42c94ab698d0ac61fe6fb60a1260b33dade25925 /src
parent899f20deae22d8cfc89d88d5f1869e5191d4b360 (diff)
patch 8.1.1644: sound test does not work on Travisv8.1.1644
Problem: Sound test does not work on Travis. Solution: Use "sg" command to enable audio. (Ozaki Kiichi, closes #4624)
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 c7e2a1633a..754155bfd2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1644,
+/**/
1643,
/**/
1642,