From: Mike Brady Date: Wed, 13 Dec 2017 23:46:49 +0000 (+0000) Subject: Fix segmentation fault bug when a client's DACP status is withdrawn. Not enough testi... X-Git-Tag: 3.2d20~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a30a6961b294073e2a947ba2e1b1753271b36f;p=thirdparty%2Fshairport-sync.git Fix segmentation fault bug when a client's DACP status is withdrawn. Not enough testing... --- diff --git a/configure.ac b/configure.ac index 1163d3c5..7b308aa5 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.2d19], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d20], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])