From: Mike Brady Date: Thu, 28 Feb 2019 22:13:21 +0000 (+0000) Subject: fix active mode lockup problem, set defaults for active mode and disable standby. X-Git-Tag: 3.3RC0~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef617924f1d5cd67abda05caacddfc08c38d637;p=thirdparty%2Fshairport-sync.git fix active mode lockup problem, set defaults for active mode and disable standby. --- diff --git a/configure.ac b/configure.ac index fc133aa7..7126a1b0 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.3d55], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d56], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])