From: Mike Brady Date: Sun, 5 Feb 2017 13:47:35 +0000 (+0000) Subject: Add a new setting to specify the interface the service should be provided on. X-Git-Tag: 3.0.d23~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09369e6507707c18a0c8d6aa3592c0d48afc82e6;p=thirdparty%2Fshairport-sync.git Add a new setting to specify the interface the service should be provided on. --- diff --git a/configure.ac b/configure.ac index d8850b69..5cd0ea4d 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.0d22], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.0d23], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])