]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Handle active_remote_id as a string rather than an unsigned 32-bit number. It seems...
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 27 Sep 2020 09:48:27 +0000 (10:48 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 27 Sep 2020 09:48:27 +0000 (10:48 +0100)
configure.ac

index 97fc87d1b3572f725187a16d3aa3b44a8faf7e51..589de5aaaa9004ec1cc09ffb07119781c251fb28 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.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])