From: Mike Brady Date: Wed, 13 Dec 2017 23:41:56 +0000 (+0000) Subject: Fix segmentation fault bug when a client's DACP status is withdrawn. Not enough testi... X-Git-Tag: 3.1.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adc769520881ac4e9727442ab660b88931d571e2;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 a124d2be..b3ae9a3d 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.1.5], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1.6], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])