summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-01-27 13:52:21 +0000
committerMike Brady <mikebrady@eircom.net>2019-01-27 13:52:21 +0000
commit7639bfadbf87977d1524206cec5cc33c17bac358 (patch)
tree9885ae806815feeb505925d4b950bdfd90a23259 /configure.ac
parentea770b2b13df95cb00e30366855917b78c0290ce (diff)
Fix a number of memory leaks and one #include error when using the OpenSSL library.
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 530bf76..af9268e 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.3d48], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d49], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])