summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-01 17:13:20 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-01 17:13:20 +0000
commit3644300db15292ad4cee3d2d6a85e2fb2e93259c (patch)
treebcd469a2fca62fe87502ebe1c9960cb945205c5c /configure.ac
parent2737222b0b5bb363e837821e89e47760655dae56 (diff)
Fix a non-initialisation of parameters if no h/w mixer used. Add a few diagnostics, tidy up initial diagnostic message, add verbosity level and whether mixer used.
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 5c2874e..ca23c4e 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.3d30], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d31], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])