From: Mike Brady Date: Mon, 11 Nov 2019 21:47:04 +0000 (+0000) Subject: Add D-Bus convolution filter controls -- enable convolution filters to be turned... X-Git-Tag: 3.3.6~6^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55f5c6765fc999a30da8de64aa93bbdf6b6e196;p=thirdparty%2Fshairport-sync.git Add D-Bus convolution filter controls -- enable convolution filters to be turned on and off or changed; enable convolution gain to be checked and changed; fix loudness control. --- diff --git a/configure.ac b/configure.ac index 848e9763..a27ec6bc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3.5d0], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.5d1], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])