Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-raden committed Mar 28, 2022
1 parent caef510 commit 57fd8f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions ChangeLog
Expand Up @@ -10,14 +10,22 @@
# changes in development version since last release
################################################################################


################################################################################
################################################################################


################################################################################
### version 3.3.1
################################################################################

# IntaRNA
- BUGFIX: empty lines with white spaces within FASTA input were causing parsing
errors

################################################################################
################################################################################


220328 Martin Raden
* bin/CommandLineParsing :
* parseSequencesFasta() :
Expand All @@ -36,7 +44,6 @@
################################################################################
################################################################################


220215 Martin Raden
* bin/CommandLineParsing :
+ outPairwise : switch to trigger pairwise vs. all-vs-all sequence processing
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@

AC_PREREQ([2.65])
# 5 argument version only available with aclocal >= 2.64
AC_INIT([IntaRNA], [3.3.0], [], [intaRNA], [http://www.bioinf.uni-freiburg.de] )
AC_INIT([IntaRNA], [3.3.1], [], [intaRNA], [http://www.bioinf.uni-freiburg.de] )

# minimal required version of the boost library
BOOST_REQUIRED_VERSION=1.50.0
Expand Down

0 comments on commit 57fd8f1

Please sign in to comment.