From: Mike Brady Date: Sat, 5 May 2018 10:49:48 +0000 (+0100) Subject: Restore the old way of determining latency for clients identifying with AirPlay user... X-Git-Tag: 3.2RC6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=548d5da997cdd23f9b67f50c4060d225396bd073;p=thirdparty%2Fshairport-sync.git Restore the old way of determining latency for clients identifying with AirPlay user agent strings having a version of 353 (iOS 11.1.2) or earlier. --- diff --git a/configure.ac b/configure.ac index 88f789fb..e6fe5e60 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.2RC5], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2RC6], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])