From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 27 Sep 2020 09:48:27 +0000 (+0100) Subject: Handle active_remote_id as a string rather than an unsigned 32-bit number. It seems... X-Git-Tag: 3.3.8~16^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf5a9f764dea01bcd86ba2800ef9cd7c1d1f8d59;p=thirdparty%2Fshairport-sync.git Handle active_remote_id as a string rather than an unsigned 32-bit number. It seems ROON uses a longer character sequence. Tidy up some error messages aboout which backend is selected. --- diff --git a/configure.ac b/configure.ac index 97fc87d1..589de5aa 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.7d19], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [3.3.7d20], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])