]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Move from fixed-point 64-bit timing to unsigned nanosecond timing
authorMike Brady <mikebrady@eircom.net>
Tue, 25 Feb 2020 16:13:39 +0000 (16:13 +0000)
committerMike Brady <mikebrady@eircom.net>
Tue, 25 Feb 2020 16:13:39 +0000 (16:13 +0000)
configure.ac

index c1e393f70f72e7a06815abe46d424a6dfdcb2820..1abafedc512fd4a4509de53bd6e831fdea442d78 100644 (file)
@@ -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])