summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-12-23 12:12:43 +0000
committerMike Brady <mikebrady@eircom.net>2019-12-23 12:12:43 +0000
commit272bd2db487065575c1684abfbb707e3913ebc66 (patch)
treef7d7c5f5b84bfdf0635816eafcd952db9b98deda /configure.ac
parent5675bc8f0cfeeb30cb19bf9ed4b9cbc71afe527c (diff)
Add the ability to set the volume directly to the D-Bus RemoteControl interface and to the MPRIS interface. Both use the recently-discovered ability to set the device_volume.
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 cc85531..7b5d83d 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.3.6d2], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3.6d3], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])