From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 15 Sep 2022 16:33:39 +0000 (+0100) Subject: Bump the configuration version number. X-Git-Tag: 4.1-rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f0ef02b1f9d1e433e08bb8512d7e2a8017a983;p=thirdparty%2Fshairport-sync.git Bump the configuration version number. --- diff --git a/configure.ac b/configure.ac index b0f53cd9..f2743a68 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.1-dev], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [4.1-rc0], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])