]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Move player_stop away from pthread_kill to pthread_cancel. Add in cancellation stacks...
authorMike Brady <mikebrady@eircom.net>
Sun, 15 Jul 2018 13:10:42 +0000 (14:10 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 15 Jul 2018 13:10:42 +0000 (14:10 +0100)
configure.ac

index 4ddb55f5c38a72a9faeaded92c0bd9b070bf51e4..f2d0c8ba973afa79a79e6d2a005d817c3af2a0f6 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.2.2p0], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2.2p1], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])