]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Move to using pthread_cancel in place of pthread_kill -- due to a problem in CYGWIN...
authorMike Brady <mikebrady@eircom.net>
Thu, 17 May 2018 09:59:16 +0000 (10:59 +0100)
committerMike Brady <mikebrady@eircom.net>
Thu, 17 May 2018 09:59:16 +0000 (10:59 +0100)
configure.ac

index 7191775ba2693fae3ce5542e8e869cb319e3f120..70e5fa0a825fce903da078ce0384691b623dd4d4 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.2d52], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2d53], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])