summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-31 17:46:31 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-31 17:46:31 +0000
commitb4505593b27d77a38bbef58a5ade9d869e7c3c3c (patch)
treedddb39ad6806a78bd5263288633d680a0da92773 /configure.ac
parentfe857037decd393acc1070b2421446e497e06adf (diff)
If output is stalled, don't write any more frames to the output device.
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 578dd4b..3ef3954 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.3d41], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d42], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])