From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 5 Dec 2020 18:01:04 +0000 (+0000) Subject: Bugfix -- don't try to create the metadata pipe or output metadata to it when metadat... X-Git-Tag: 3.3.8~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc1a32a18dbf543dc97bfa1a7a606816119e7fc8;p=thirdparty%2Fshairport-sync.git Bugfix -- don't try to create the metadata pipe or output metadata to it when metadata has not been enabled. --- diff --git a/configure.ac b/configure.ac index ed0dcdaa..d8ffc086 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.7], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [3.3.8d0], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])