From 17e41e798481713d386f2e6c074af0faf074d24c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 23 Mar 2024 20:17:30 +0100 Subject: Prepare v2.3.2 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 452e353..b4d7610 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ This file contains information about the changes done to ODR-DabMux in this repository +2024-03-23: Matthias P. Braendli + (v2.3.2): + Fix compilation issues with recent boost and compiler versions + 2019-01-07: Matthias P. Braendli (v2.3.1): Happy new year! diff --git a/configure.ac b/configure.ac index 25dec53..ab89367 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ(2.69) -AC_INIT([ODR-DabMux], [2.3.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [2.3.2], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3