From 04c4ec77155f9da75a9e5ec5a66a389317dede26 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 3 Jul 2015 17:47:41 +0200 Subject: Prepare release v0.7.4 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2608ac1..516c4f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ This file contains information about the changes done to the ODR-DabMux in this repository +2015-07-03: Matthias P. Braendli + (v0.7.4): + Allow empty component labels + Fix compilation with ZeroMQ 4.1.x + 2015-04-10: Matthias P. Braendli (v0.7.3): Security: RC only listens on localhost. diff --git a/configure.ac b/configure.ac index c7d2380..20ddeaf 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ(2.61) -AC_INIT([ODR-DabMux], [0.7.3], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [0.7.4], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall subdir-objects foreign]) -- cgit v1.2.3