From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 20 May 2023 17:09:51 +0000 (+0100) Subject: actually make is 4.2 X-Git-Tag: 4.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7911445adb6d2f0b0b9941f2b52a55f40f1ffa28;p=thirdparty%2Fshairport-sync.git actually make is 4.2 --- diff --git a/configure.ac b/configure.ac index 1e58765f..7797c074 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], [4.2rc0], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [4.2], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])