From: Mike Brady Date: Sun, 20 Oct 2019 14:44:20 +0000 (+0100) Subject: Add two cover_art control settings -- the cache directory to use, (or the empty strin... X-Git-Tag: 3.3.3~2^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe25834a6e4973112c8f4c4c41a48475ec0f0eb;p=thirdparty%2Fshairport-sync.git Add two cover_art control settings -- the cache directory to use, (or the empty string to prevent caching) and a flag to retain all art work --- diff --git a/configure.ac b/configure.ac index b8e15cf8..dd174da0 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.3d8], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.3d9], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])