diff --git a/ChangeLog b/ChangeLog index 21dbce6a..01aa2511 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,13 @@ # changes in development version since last release ################################################################################ +################################################################################ +################################################################################ + +################################################################################ +### version 3.1.0 +################################################################################ + # IntaRNA + Zall (estimates) and derived output now available for all prediction models + outMode=E : report of ensemble information only @@ -36,7 +43,6 @@ this simplifies the signature of the member functions * OutputConstraint now guides whether or not Zall is required for output -################################################################################ ################################################################################ 190919 Martin Raden : diff --git a/configure.ac b/configure.ac index f6387968..bbddb4db 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.65]) # 5 argument version only available with aclocal >= 2.64 -AC_INIT([IntaRNA], [3.0.1], [], [intaRNA], [http://www.bioinf.uni-freiburg.de] ) +AC_INIT([IntaRNA], [3.1.0], [], [intaRNA], [http://www.bioinf.uni-freiburg.de] ) # minimal required version of the boost library BOOST_REQUIRED_VERSION=1.50.0