summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2020-02-25 16:13:39 +0000
committerMike Brady <mikebrady@eircom.net>2020-02-25 16:13:39 +0000
commitdb34ec8d3cbc6ac39ec3d0d525d7fbe75ae6910e (patch)
treea5a1ccc63d93a438f4fe28a3e947547f63e015a7 /configure.ac
parente1028b2c896f72a6d91f612187317dffb454c6e0 (diff)
Move from fixed-point 64-bit timing to unsigned nanosecond timing
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 c1e393f..1abafed 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])