summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-06-01 11:27:47 +0100
committerMike Brady <mikebrady@eircom.net>2018-06-01 11:27:47 +0100
commitb127e1a769bcf2d8a6c9c5108546b113271aa29d (patch)
tree4aa989123da0cdd2fdab1bc13a63d5f3f53b4133 /configure.ac
parentd224f47e3796e6e7c45fd32556ea9e923b2a9046 (diff)
Monitor and time mutex locks and unlocks, add a diagnostic into the get_buffer loop.
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 7e97c92..2ed8960 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.2d58], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2d59], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])