]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
rewrite the non_blocking_write to not use poll() and to return immediately if there...
authorMike Brady <mikebradydublin@icloud.com>
Mon, 25 May 2020 11:50:48 +0000 (12:50 +0100)
committerMike Brady <mikebradydublin@icloud.com>
Mon, 25 May 2020 11:50:48 +0000 (12:50 +0100)
configure.ac

index 026345ef330022ebf0b662709869e5c676db3d9c..a28dd4db48a128f2fd298cb4963671804ebec7c2 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.7d6], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3.7d7], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])