summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-01-18 16:33:32 +0000
committerMike Brady <mikebrady@eircom.net>2019-01-18 16:33:32 +0000
commita40a48693f7805d9d227c943423e1d400fa4ae70 (patch)
tree08f7a4ad66406ba3ead775a46217c3e80167d169 /configure.ac
parent61c870bac162844fa04da419189e785f32ce9d49 (diff)
make OpenSSL routines un-cancellable, in case there might be possible memory leaks on cancellation
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 dfeb114..14b8f39 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.3d46], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d47], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])