From: Mike Brady Date: Mon, 18 May 2020 16:00:56 +0000 (+0100) Subject: Improve initial sync calculations, even with short (0.3 sec) silent lead-in times. X-Git-Tag: 3.3.7d12~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e99f28a58db9c3baf49e9d8f563db9bc88c678;p=thirdparty%2Fshairport-sync.git Improve initial sync calculations, even with short (0.3 sec) silent lead-in times. --- diff --git a/configure.ac b/configure.ac index 7f148707..026345ef 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.3.7d5], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d6], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])