diff --git a/ChangeLog b/ChangeLog index 42fcad9..767a680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,16 @@ # changes in development version since last release ################################################################################ + +################################################################################ +################################################################################ + + + +################################################################################ +### version 3.3.2 +################################################################################ + # IntaRNA - compilation fix: correcting shared variables for parallelization - BUGFIX debug check diff --git a/configure.ac b/configure.ac index 82da2ff..f808f2f 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.3.1], [], [intaRNA], [http://www.bioinf.uni-freiburg.de] ) +AC_INIT([IntaRNA], [3.3.2], [], [intaRNA], [http://www.bioinf.uni-freiburg.de] ) # minimal required version of the boost library BOOST_REQUIRED_VERSION=1.50.0