From: Mike Brady Date: Tue, 15 May 2018 08:12:17 +0000 (+0100) Subject: Allow a great number of buffers and parameterise the fixed latency limits. X-Git-Tag: 3.2RC8~2^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2849b71ee334e6e676fd06191ce1faee5728e4a;p=thirdparty%2Fshairport-sync.git Allow a great number of buffers and parameterise the fixed latency limits. --- diff --git a/configure.ac b/configure.ac index 2757f5e0..7191775b 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.2d51], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d52], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])