From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 30 Apr 2021 14:17:11 +0000 (+0100) Subject: Initial working SPS4. AirPlay 1 build works and AirPlay 2 build works. Yay. X-Git-Tag: 4.0-dev~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a29fac7c71b8dcdf706903927b9900e19df28ea;p=thirdparty%2Fshairport-sync.git Initial working SPS4. AirPlay 1 build works and AirPlay 2 build works. Yay. --- diff --git a/configure.ac b/configure.ac index 36d8bec3..fdeaa139 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], [4.0d0], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [4.0d1], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])