summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-04 17:25:40 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-04 17:25:40 +0000
commitb071d3983407e398320778fb709b023dbbc4b915 (patch)
tree9840abacf62c38a5b094b216a931fd47b3df54af /configure.ac
parent277d401d24438c563deef6aa870987c93ef58961 (diff)
Ensure watchdog always starts with the starting time of the thread. Add watchdog bark count. On the third bark, execute an unfixable error script if present.
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 1fda52d..82dc13f 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.3d32], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d33], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])