Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s-will committed Jul 10, 2024
1 parent 96cc8e8 commit a673672
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a673672

Please sign in to comment.