From ac1cec55a1cbe20cf1aae4ee87f353153f3e1dd5 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 30 Oct 2019 16:07:08 +0100 Subject: Prepare v3.0.1 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9448749..0d1e0fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ This file contains information about the changes done to ODR-DabMux in this repository +2019-10-30: Matthias P. Braendli + (v3.0.1): + Fix compilation on older systems (like debian jessie) + 2019-10-29: Matthias P. Braendli (v3.0.0): Add EDI input with support for timestamps, which requires a change diff --git a/configure.ac b/configure.ac index 7bda65b..6d7face 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], [3.0.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [3.0.1], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3