summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-14 15:07:38 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-14 15:07:38 +0000
commite6c3ddb9bf61247934feee431a92e918fedf23c3 (patch)
tree6e269125a0794343504d3352816221761bbe5d21 /configure.ac
parent4046c0e73d477abb9a34022c16c3766839fad9d1 (diff)
Fix dither, add dither to silences during lead-in, interpolatied frames and keeping out of standby, only if the output device doesn't use a mixer. Check configuration at initialisation.
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 5d3937c..01216fc 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.3d38], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d39], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])