From a8077ec0e97d0be126c701bb31295a0a3d689e42 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 27 Nov 2015 16:54:18 +0100 Subject: Prepare v0.5.5 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8966bbc..2d0941a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ This file contains information about the changes done to the ODR-DabMod in this repository +2015-11-27: Matthias P. Braendli + (v0.5.5): + * odr-dabmod: + Fix compile errors with recent C++ standard library. + Correct command line options when using UHD and ZMQ input. + Enable ZeroMQ be default in ./configure + 2015-09-18: Matthias P. Braendli (v0.5.4) * odr-dabmod: diff --git a/configure.ac b/configure.ac index 72a5004..bdbc05c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see . AC_PREREQ(2.59) -AC_INIT([ODR-DabMod], [0.5.4], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [0.5.5], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3