From: Mike Brady Date: Thu, 5 Oct 2017 16:40:51 +0000 (+0100) Subject: Add avahi code to look for the rmeote control information for the client and get... X-Git-Tag: 3.2d10~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87bf5e87ac2d7835d3f3935cd01f2408273f1bcd;p=thirdparty%2Fshairport-sync.git Add avahi code to look for the rmeote control information for the client and get the port number from it. --- diff --git a/configure.ac b/configure.ac index 27458c95..baccf939 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.2d8], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d9], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])