From: Mike Brady Date: Sun, 21 Jun 2020 12:36:49 +0000 (+0100) Subject: Bug fixes. X-Git-Tag: 3.3.7d12~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d3e894172feb6763a31bb38ded2e1890cb2113e;p=thirdparty%2Fshairport-sync.git Bug fixes. Fix bugs preventing clean termination on MPRIS Quit(). --- diff --git a/configure.ac b/configure.ac index d8bd7dc6..41b2f72f 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.7d10], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d11], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])