From 3042b31ed2024cda9184b46781953696b60d2ead Mon Sep 17 00:00:00 2001 From: 'qubsq01' <'martin.raden@uni-tuebingen.de'> Date: Tue, 13 Sep 2022 13:27:46 +0200 Subject: [PATCH] v3.3.2 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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