From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:09:08 +0000 (+0100) Subject: 4.3.5 starting point X-Git-Tag: 4.3.5-dev X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9809f9d4be29fa3af71012e343130aa0a1343a6c;p=thirdparty%2Fshairport-sync.git 4.3.5 starting point --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 64d85f21..8f98d434 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,7 @@ +Minor Release Notes +==== +Minor release notes are attached to the release themselves. + Version 4.3 -- Security Updates, Bug Fixes and Enhancements ==== This update contains important security updates, bug fixes and enhancements. [NQPTP](https://github.com/mikebrady/nqptp) must also be updated, and it should be updated before updating Shairport Sync. diff --git a/configure.ac b/configure.ac index e6295413..14993857 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.4-dev], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [4.3.5-dev], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])