From: Mike Brady Date: Fri, 13 Jul 2018 08:07:27 +0000 (+0100) Subject: Fix a bug that was causing instability when soxr interpolalation is chosen X-Git-Tag: 3.2.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660b57fecf58a54f1d2458eea9286522bda0e70c;p=thirdparty%2Fshairport-sync.git Fix a bug that was causing instability when soxr interpolalation is chosen --- 660b57fecf58a54f1d2458eea9286522bda0e70c diff --cc configure.ac index 7c3149ed,f047fc15..ed9e1067 --- a/configure.ac +++ b/configure.ac @@@ -2,7 -2,7 +2,7 @@@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) - AC_INIT([shairport-sync], [3.2], [mikebrady@eircom.net]) -AC_INIT([shairport-sync], [3.2d67], [mikebrady@eircom.net]) ++AC_INIT([shairport-sync], [3.2.1], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])