From: Mike Brady Date: Wed, 25 Mar 2020 10:17:39 +0000 (+0000) Subject: If the DACP port is zero, do a zeroconf re-broswe every two seconds in case it has... X-Git-Tag: 3.3.7d12~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff3cef44714b1b298bc28849d3ed8e1cf79a5443;p=thirdparty%2Fshairport-sync.git If the DACP port is zero, do a zeroconf re-broswe every two seconds in case it has been missed. --- diff --git a/configure.ac b/configure.ac index 1abafedc..3e041734 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.7d2], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d3], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])