From: Mike Brady Date: Fri, 7 Apr 2017 19:32:53 +0000 (+0100) Subject: Bug fixes, improved error messaging, stability improvements, new --logOutputLevel... X-Git-Tag: 3.1.s5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0abd82ad8f0c2b49b00a7e75bc081c24e592b81;p=thirdparty%2Fshairport-sync.git Bug fixes, improved error messaging, stability improvements, new --logOutputLevel option. --- diff --git a/configure.ac b/configure.ac index 63e8347b..a900949b 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.1s4], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1s5], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])