summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-27 14:05:48 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-27 14:05:48 +0000
commitfbb381133e27ec3467054f5291305908600bdf64 (patch)
tree972c233b7c113c59ebbe1123d7d52994201d7bd6 /configure.ac
parentad6c721d5ae6f7b47554ada00fddbebf7ecbb107 (diff)
Fix some memory leaks, improve silence filling backoff time calculation, alwasy add a NUL to an RTSP message.
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 0e8bbb1..578dd4b 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.3d40], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d41], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])