From: Mike Brady Date: Wed, 3 May 2017 20:50:01 +0000 (+0100) Subject: Don't turn the software volume down to zero when muting X-Git-Tag: 3.1d16~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f759b3e338d96b7ec437bf408dedce310974462;p=thirdparty%2Fshairport-sync.git Don't turn the software volume down to zero when muting --- diff --git a/configure.ac b/configure.ac index 9c3f24f1..c73c286e 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.1d11], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1d12], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])