]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Remove leading zeroes from the DACP ID provided by mDNS
authorMike Brady <mikebradydublin@icloud.com>
Thu, 26 Mar 2020 17:04:25 +0000 (17:04 +0000)
committerMike Brady <mikebradydublin@icloud.com>
Thu, 26 Mar 2020 17:04:25 +0000 (17:04 +0000)
configure.ac

index 3e041734f71fc77d2fad212c361408b6b71df259..ebc1122f6616961705baa67ca94f443ae868f05d 100644 (file)
@@ -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])