summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-05-12 15:36:56 +0100
committerMike Brady <mikebrady@eircom.net>2018-05-12 15:36:56 +0100
commit8845c60397adef8309c86b56d1bd16eefe99329d (patch)
treeb0f298ef98522011cd5db46e4d974672cb5feaaf /configure.ac
parentb6fcabca0d829a2b9ea0f912a2a7b9ac18748406 (diff)
Add a read-write mutex to protect a player thread when it's being created or deleted; make external accessors get a read lock.
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 377bd9e..da11297 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.2d49], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2d50], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])