From: Mike Brady Date: Tue, 7 May 2019 11:26:27 +0000 (+0100) Subject: Fix a stupid error in 3.3rc5. X-Git-Tag: 3.3rc6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47e36f228c47fdd86609df60056eda14e5b5e060;p=thirdparty%2Fshairport-sync.git Fix a stupid error in 3.3rc5. --- diff --git a/configure.ac b/configure.ac index ead30f40..1cd63855 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.3rc5], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3rc6], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])