From: Mike Brady Date: Sat, 13 Jun 2020 08:38:12 +0000 (+0100) Subject: Fix metadata `abeg` and `aend` generation bug. X-Git-Tag: 3.3.7d12~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85c853c14b657385b4bd3aab7fc57047dd82024;p=thirdparty%2Fshairport-sync.git Fix metadata `abeg` and `aend` generation bug. --- diff --git a/configure.ac b/configure.ac index 22facc97..d8bd7dc6 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.7d9], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d10], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])