]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Extra check for leading zeros in the DACP ID received in an RTSP packet 3.3.7rc1
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 10 Jul 2020 08:51:56 +0000 (09:51 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 10 Jul 2020 08:51:56 +0000 (09:51 +0100)
configure.ac

index 3dbccf6eeb569e0225344f8e873c9166d6edd757..3d8b6e94cde12aad9fdc02d62976f03f12cdd138 100644 (file)
@@ -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])