From: Mike Brady Date: Mon, 21 Jan 2019 21:44:22 +0000 (+0000) Subject: Add an "active" mode that can time out after a period -- 10 seconds by default -... X-Git-Tag: 3.3RC0~66^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda674850fb0ddb29f159f0249ae3bd9c10cab41;p=thirdparty%2Fshairport-sync.git Add an "active" mode that can time out after a period -- 10 seconds by default -- after play ends. --- diff --git a/configure.ac b/configure.ac index 14b8f39c..530bf763 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.3d47], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d48], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])