From: Mike Brady Date: Thu, 4 May 2017 15:30:28 +0000 (+0100) Subject: Improve the logic of the interplay between the volume and mute controls, so that... X-Git-Tag: 3.1d16~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad375d92cf725aefc6f12e76f9bd5921a93b23ce;p=thirdparty%2Fshairport-sync.git Improve the logic of the interplay between the volume and mute controls, so that if muted due to volume levels, will not be unmuted --- diff --git a/configure.ac b/configure.ac index c73c286e..54273647 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.1d12], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1d13], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])