From: Mike Brady Date: Tue, 25 Feb 2020 16:13:39 +0000 (+0000) Subject: Move from fixed-point 64-bit timing to unsigned nanosecond timing X-Git-Tag: 3.3.7d12~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db34ec8d3cbc6ac39ec3d0d525d7fbe75ae6910e;p=thirdparty%2Fshairport-sync.git Move from fixed-point 64-bit timing to unsigned nanosecond timing --- diff --git a/configure.ac b/configure.ac index c1e393f7..1abafedc 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.7d1], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d2], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])