From a6736722216bbb9541caf397f87742d5ff099d0b Mon Sep 17 00:00:00 2001 From: Sebastian Will Date: Wed, 10 Jul 2024 14:56:49 +0200 Subject: [PATCH] Bump version --- ChangeLog.md | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 588ce515..2012625b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # ChangeLog +## 2.0.1 +Maintenance updates + +* Update the Catch testing framework to version 2.13.10 +* Replace deprecated use of bind2nd to support recent C++ compilers + ## 2.0.0 diff --git a/configure.ac b/configure.ac index da6d5c0c..4324c1b0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) -AC_INIT([LocARNA],[2.0.0],[sebastian.will@polytechnique.edu],[locarna],[https://s-will.github.io/LocARNA]) +AC_INIT([LocARNA],[2.0.1],[sebastian.will@polytechnique.edu],[locarna],[https://s-will.github.io/LocARNA]) dnl special dir for aux config files AC_CONFIG_AUX_DIR(config)