From: Mike Brady Date: Sun, 21 Jul 2019 07:52:27 +0000 (+0100) Subject: Fix a bug that sometimes caused a crash when a service name was specified in the... X-Git-Tag: 3.3.2~4^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bd5b15568c96982333daa5bcb046c43082273b;p=thirdparty%2Fshairport-sync.git Fix a bug that sometimes caused a crash when a service name was specified in the configuration file. Some other minor changes. --- diff --git a/configure.ac b/configure.ac index 09540012..adcefe3c 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.2d2], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.2d3], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])