]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix silly bug whereby it was looking for the configuration file in the wrong place.
authorMike Brady <mikebrady@eircom.net>
Thu, 22 Jun 2017 07:25:54 +0000 (08:25 +0100)
committerMike Brady <mikebrady@eircom.net>
Thu, 22 Jun 2017 07:25:54 +0000 (08:25 +0100)
configure.ac

index 2f7eb08b6707875a709015eac0c5b23cd966bdb2..cf9a3ecf863a0d4d2751725995a88f3e09b1b79e 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.50])
-AC_INIT([shairport-sync], [3.1d189], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.1d20], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])