From: Mike Brady Date: Thu, 28 May 2020 11:20:41 +0000 (+0100) Subject: Add the ability to direct logs etc. to a file or pipe. X-Git-Tag: 3.3.7d12~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e681f47c8c30ff7b04cd7ff0d1f2a7ecd653cfd2;p=thirdparty%2Fshairport-sync.git Add the ability to direct logs etc. to a file or pipe. --- diff --git a/configure.ac b/configure.ac index a28dd4db..f20b0a4a 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.7d7], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d8], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])