From: Mike Brady Date: Fri, 1 Feb 2019 21:14:24 +0000 (+0000) Subject: New volume code, new mute code, fix cancellation memnory leaks, defer alsa device... X-Git-Tag: 3.3RC0~66^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9a3076b76f9c7a9fa989e31b3db3bdc27bc3aa;p=thirdparty%2Fshairport-sync.git New volume code, new mute code, fix cancellation memnory leaks, defer alsa device initialisation until needed. --- diff --git a/configure.ac b/configure.ac index af9268e8..0252f709 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.3d49], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d50], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])