]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix a bug that sometimes caused a crash when a service name was specified in the...
authorMike Brady <mikebrady@eircom.net>
Sun, 21 Jul 2019 07:52:27 +0000 (08:52 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 21 Jul 2019 07:52:27 +0000 (08:52 +0100)
configure.ac

index 09540012e6755ad484790f3eeb6b4ab1bb604d63..adcefe3cee602f9a054165d95a552fb0e237aac0 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.2d2], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3.2d3], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])