From: Mike Brady Date: Fri, 10 Mar 2017 21:20:54 +0000 (+0000) Subject: Resore ID of ShairportSync in Bonjour advertisment like 2.8.6 and fix a noisy bug... X-Git-Tag: 3.0.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e147db4815368b3645f7561f7d0a04097e670d;p=thirdparty%2Fshairport-sync.git Resore ID of ShairportSync in Bonjour advertisment like 2.8.6 and fix a noisy bug when a frame was missing --- diff --git a/configure.ac b/configure.ac index 56dbc938..273a3443 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.0], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.0.1], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])