summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-06 14:46:57 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-06 14:46:57 +0000
commita2e7cb34fb973d95e6f28763af12db7a1a2bb035 (patch)
treef897a24b2cfa2458f5a1a919b59d961474405a02 /configure.ac
parentb071d3983407e398320778fb709b023dbbc4b915 (diff)
The run_this_if_an_unfixable_error_is_detected script is definitely working and can restart the device. A sudoers entry is necessary to allow the shairport-sync user to 'sudo reboot --no-wall' without needing a password.
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 82dc13f..8f3248a 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.3d33], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d34], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])