summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-10-20 15:44:20 +0100
committerMike Brady <mikebrady@eircom.net>2019-10-20 15:44:20 +0100
commitcfe25834a6e4973112c8f4c4c41a48475ec0f0eb (patch)
treeaf6bce377c4a7fd99f325cb5e6107fe21e88626e /configure.ac
parent6c57ce97d5fd8aac9904eeb0bfe7821599493415 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b8e15cf..dd174da 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])