From: Mike Brady Date: Wed, 22 Aug 2018 14:10:53 +0000 (+0100) Subject: Include a few fixes for FreeBSD warnings and quieten some debug messages X-Git-Tag: 3.3RC0~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de972c1d66532e345ac7f4b61073efb1fe87ce2e;p=thirdparty%2Fshairport-sync.git Include a few fixes for FreeBSD warnings and quieten some debug messages --- diff --git a/configure.ac b/configure.ac index 888f2285..0c917a43 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.3d2], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d3], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])