diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ This file contains information about the changes done to the ODR-DabMod in this repository +2015-07-24: Matthias P. Braendli <matthias@mpb.li> + (v0.5.3) + * odr-dabmod: + Replace zmq.hpp to support version 4.1.x + 2015-04-10: Matthias P. Braendli <matthias@mpb.li> (v0.5.2) * odr-dabmod: diff --git a/configure.ac b/configure.ac index 821ba1f..9841ac9 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.59) -AC_INIT([ODR-DabMod], [0.5.2], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [0.5.3], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |