From: Mike Brady Date: Thu, 26 Mar 2020 17:04:25 +0000 (+0000) Subject: Remove leading zeroes from the DACP ID provided by mDNS X-Git-Tag: 3.3.7d12~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9be7d6aa0484726d68f806b05293018aa6addf;p=thirdparty%2Fshairport-sync.git Remove leading zeroes from the DACP ID provided by mDNS --- diff --git a/configure.ac b/configure.ac index 3e041734..ebc1122f 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.3.7d3], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d4], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])