From: Mike Brady Date: Thu, 10 Oct 2019 08:24:17 +0000 (+0100) Subject: Add missing frame status field, fix a bug with the first missing frame variable,... X-Git-Tag: 3.3.3~2^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb1b15ed708519351d47d3a6a124bcec3af1aeee;p=thirdparty%2Fshairport-sync.git Add missing frame status field, fix a bug with the first missing frame variable, expose the settings for resending, remove some commented out code. --- diff --git a/configure.ac b/configure.ac index f1d47933..b8e15cf8 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.3.3d7], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.3d8], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])