summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-11-29 15:36:18 +0000
committerMike Brady <mikebrady@eircom.net>2018-11-29 15:36:18 +0000
commit4d4272c8baf4e2da8ca351ecd54a70999b362498 (patch)
tree361a1993f2a81014c6eed40074d331a6fca67ed0 /configure.ac
parent1240c6efab7488ce6f7ced6e5be4025f3032d6fe (diff)
Improve player watchdog, improve clearing down of ports, improve handling of write- and read-erroes on the RTSP channel. Improve code for holding and releasing the player.
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 786ed9c..5c2874e 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.3d29], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d30], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])