From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 10 Jul 2020 08:51:56 +0000 (+0100) Subject: Extra check for leading zeros in the DACP ID received in an RTSP packet X-Git-Tag: 3.3.7rc1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492d81d7bdef082f4886ca08b430bc9c87c91552;p=thirdparty%2Fshairport-sync.git Extra check for leading zeros in the DACP ID received in an RTSP packet --- diff --git a/configure.ac b/configure.ac index 3dbccf6e..3d8b6e94 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.3.7rc0], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [3.3.7rc1], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])