From: Mike Brady Date: Wed, 12 Dec 2018 21:46:59 +0000 (+0000) Subject: Fix a compilation error w.r.t. debuglev and fix a complation warning. X-Git-Tag: 3.3RC0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5645ddde9947f6cf13213595cc0c6aa0456d501f;p=thirdparty%2Fshairport-sync.git Fix a compilation error w.r.t. debuglev and fix a complation warning. --- diff --git a/configure.ac b/configure.ac index 6d8a4227..512156ef 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.3d36], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d37], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])