]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix a number of memory leaks and one #include error when using the OpenSSL library.
authorMike Brady <mikebrady@eircom.net>
Sun, 27 Jan 2019 13:52:21 +0000 (13:52 +0000)
committerMike Brady <mikebrady@eircom.net>
Sun, 27 Jan 2019 13:52:21 +0000 (13:52 +0000)
configure.ac

index 530bf76351b89d83d60a68784200914b1624d588..af9268e876ec8ac5657a7d45843b04f785a2db7a 100644 (file)
@@ -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])