From: Mike Brady Date: Thu, 18 May 2017 10:00:23 +0000 (+0100) Subject: Add new bare-bones pulseaudio backend X-Git-Tag: 3.1d16~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3420448fc4eae8df4a96e3e3ce94dcf627c8ec3f;p=thirdparty%2Fshairport-sync.git Add new bare-bones pulseaudio backend --- diff --git a/configure.ac b/configure.ac index 8f9e0922..5b4c64c3 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.1pa1], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1d16], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])