]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Stop using SIGUSR1 for cancelling threads, use pthread_cancel and friends instead...
authorMike Brady <mikebrady@eircom.net>
Mon, 30 Jul 2018 09:31:21 +0000 (10:31 +0100)
committerMike Brady <mikebrady@eircom.net>
Mon, 30 Jul 2018 09:31:21 +0000 (10:31 +0100)
configure.ac

index f047fc15d4fcc143ccbe99c34e53bc04c3c65ef0..8650a1a027ad3f97f6c8314c630c4dfc7dffdb3f 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.2d67], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d0], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])