summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-02-09 18:23:52 +0000
committerMike Brady <mikebrady@eircom.net>2019-02-09 18:23:52 +0000
commit804e62d49545b0fb2820b1f25ad74045b5e5da68 (patch)
tree59e52f1f31c7f9fb51698a40951d88f5b55de645 /configure.ac
parentf3865d77b0dcbb35e2c679d05f1aa2a376d09e92 (diff)
Hook up the active mode to the disable standby facility, enabling a 'while active' setting for it. Expose them to D-Bus.
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 a92b336..f8c72f7 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.3d51], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d52], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])