]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add a read-write mutex to protect a player thread when it's being created or deleted...
authorMike Brady <mikebrady@eircom.net>
Sat, 12 May 2018 14:36:56 +0000 (15:36 +0100)
committerMike Brady <mikebrady@eircom.net>
Sat, 12 May 2018 14:36:56 +0000 (15:36 +0100)
configure.ac

index 377bd9e5fcd7bb36c550712337c508ee421c6324..da112979154b580786eba9a812367124c5fadd47 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.2d49], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2d50], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])