summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-04-14 13:02:26 +0100
committerMike Brady <mikebrady@eircom.net>2018-04-14 13:02:26 +0100
commita0964e25370206766ea5a6f325c95be1b9dab428 (patch)
tree8bed311497112bc22210b1d42efca4fc604511f0 /configure.ac
parente76a6366683d4346e54a9a7fd91daa1dd8afe5b5 (diff)
Fix serious and long-standing bugs in the control, audio and timing threads that could be responsible for low resilience on noisy and unrealiable networks. Add ability to simiulate UDP receive and send failures on timing, control and audio ports. Significantly improve resend requesting and handling.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b3a4706..d5fc629 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.50])
-AC_INIT([shairport-sync], [3.2d39], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2d40], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])