From: Mike Brady Date: Mon, 11 Jun 2018 19:18:38 +0000 (+0100) Subject: Modify the RTSP write response code to output the entire response in one go. X-Git-Tag: 3.2RC11~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7da3a02ac45746b63c32af373987264068ea9d8b;p=thirdparty%2Fshairport-sync.git Modify the RTSP write response code to output the entire response in one go. --- diff --git a/configure.ac b/configure.ac index 3d475874..5a98fa84 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.2d61], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d62], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])