From 2fc9ca74baca5f07528e05babc2e50faeb2ddefd Mon Sep 17 00:00:00 2001 From: Mike Brady Date: Thu, 19 Apr 2018 10:17:08 +0100 Subject: [PATCH] Send resend requests via the control channel rather than the audio channel. This makes it compatilbe iwht AirAudio and conformant with the unofficial guide to the airplay protocol. Brown bag time. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 810d868e..7e410172 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.2RC3], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2RC4], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h]) -- 2.47.3