From: Mike Brady Date: Tue, 9 Jun 2020 10:40:50 +0000 (+0100) Subject: Start using timing based on a linear least squares error-based estimate of remote... X-Git-Tag: 3.3.7d12~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f63abd2f09ba85a3b1a4fe77712d748ddef1018e;p=thirdparty%2Fshairport-sync.git Start using timing based on a linear least squares error-based estimate of remote to local time difference and drift. --- diff --git a/configure.ac b/configure.ac index f20b0a4a..22facc97 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.7d8], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d9], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])