From: Mike Brady Date: Sun, 12 Mar 2017 16:23:06 +0000 (+0000) Subject: Small backend updates. X-Git-Tag: 3.0.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e9ccae24d8684ed5bfc1fdbc9ceb37dad9a12a;p=thirdparty%2Fshairport-sync.git Small backend updates. Fix bugs in `ao`, `pulseaudio` and `sndio` backends/ --- diff --git a/configure.ac b/configure.ac index 273a3443..45dcd570 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.0.1], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.0.2], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])