From: Mike Brady Date: Tue, 26 Feb 2019 15:24:49 +0000 (+0000) Subject: Fix a bug in the activity_monitor and add automatic bit-depth selection. X-Git-Tag: 3.3RC0~5^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f1608fcbd184dc098e5daeb1a1971ad70b78c04;p=thirdparty%2Fshairport-sync.git Fix a bug in the activity_monitor and add automatic bit-depth selection. --- diff --git a/configure.ac b/configure.ac index 24c85b90..fc133aa7 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.3d54], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d55], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])