From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:46:12 +0000 (+0000) Subject: A bit late, but tag this as 4.3.3-dev. Also merge in the commit history of the master... X-Git-Tag: 4.3.4-dev~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab85989f3db64ccfb4306efe3f30abf6c8b4643;p=thirdparty%2Fshairport-sync.git A bit late, but tag this as 4.3.3-dev. Also merge in the commit history of the master branch. --- diff --git a/configure.ac b/configure.ac index 4c61a810..d13795a6 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.3.2], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [4.3.3-dev], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])