]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
fix comparison between old and new metadata strings by checking they have equal lengt...
authorMike Brady <mikebrady@eircom.net>
Wed, 19 Feb 2020 09:36:59 +0000 (09:36 +0000)
committerMike Brady <mikebrady@eircom.net>
Wed, 19 Feb 2020 09:36:59 +0000 (09:36 +0000)
configure.ac

index d6fa5ef0feda0162cc22e9e6fa940cad5926ba9c..0d617d468868640981553904ad45caede819d1d7 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.6d8], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3.6d9], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])