]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Initial working SPS4. AirPlay 1 build works and AirPlay 2 build works. Yay.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 30 Apr 2021 14:17:11 +0000 (15:17 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 30 Apr 2021 14:17:11 +0000 (15:17 +0100)
configure.ac

index 36d8bec3d25f79d38fff592714fd56a1971e9b87..fdeaa1395839d74e51736fd3ad37430f2ba828aa 100644 (file)
@@ -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])