diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30e9d6c65..f3ed8acb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: if: (!(contains(matrix.extra, 'unittests') || contains(matrix.extra, 'vimtags'))) run: | sudo depmod --verbose - sudo modprobe --verbose snd-dummy + sudo modprobe --verbose snd-dummy || true - name: Check autoconf if: contains(matrix.extra, 'unittests') diff --git a/src/version.c b/src/version.c index 677c35cb0..264fc7e7d 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1903, /**/ 1902, /**/