From: Mike Brady Date: Thu, 20 Jun 2019 09:53:57 +0000 (+0100) Subject: Expose some of the settings used in the disable_standby_mode and tidy up some of... X-Git-Tag: 3.3.2~4^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d6b52edd4ef2d75694a7a7855e3fcdc8bec1eaa;p=thirdparty%2Fshairport-sync.git Expose some of the settings used in the disable_standby_mode and tidy up some of the silence-generating code. --- diff --git a/configure.ac b/configure.ac index ba439484..09540012 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.2d1], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.2d2], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])