summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-05-04 18:27:39 +0100
committerMike Brady <mikebrady@eircom.net>2018-05-04 18:27:39 +0100
commitbb64c644a627f9546445930cd8aa76f5033f83f0 (patch)
tree838f0458e4ff23fdd5ec5a38bd5b9d05f1ec8714 /configure.ac
parent21e1e12c765e885c8bac37ec3ee897db0e17511d (diff)
If it's an AirPlay user agent up to and including version 363 (iOS 11.1.2) use the old offset calculation by adding 11,205 frames to the offset.
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 5bb0fb6..ce66e32 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.2d44], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2d45], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])