From: Mike Brady Date: Thu, 11 Oct 2018 14:35:43 +0000 (+0100) Subject: Allow for a change in the sync time of AirPlay on Mojave and iOS 12. X-Git-Tag: 3.3RC0~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d4b1344e8ae56aca2aff30e925a8f99fc7c587f;p=thirdparty%2Fshairport-sync.git Allow for a change in the sync time of AirPlay on Mojave and iOS 12. --- diff --git a/configure.ac b/configure.ac index dcc2cf20..79470fd6 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.3d14], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d15], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])