From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 5 Dec 2020 18:02:03 +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~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b716cf41eaa18ae1d73e08e5e7d2e4202535f67;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 d8ffc086..693b224d 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.8d0], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [3.3.8rc0], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])