Skip to content

Commit 57fd8f1

Browse files
author
'qubsq01'
committed
v3.3.1
1 parent caef510 commit 57fd8f1

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

ChangeLog

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,22 @@
1010
# changes in development version since last release
1111
################################################################################
1212

13+
14+
################################################################################
15+
################################################################################
16+
17+
18+
################################################################################
19+
### version 3.3.1
20+
################################################################################
21+
1322
# IntaRNA
1423
- BUGFIX: empty lines with white spaces within FASTA input were causing parsing
1524
errors
1625

1726
################################################################################
1827
################################################################################
1928

20-
2129
220328 Martin Raden
2230
* bin/CommandLineParsing :
2331
* parseSequencesFasta() :
@@ -36,7 +44,6 @@
3644
################################################################################
3745
################################################################################
3846

39-
4047
220215 Martin Raden
4148
* bin/CommandLineParsing :
4249
+ outPairwise : switch to trigger pairwise vs. all-vs-all sequence processing

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

66
# minimal required version of the boost library
77
BOOST_REQUIRED_VERSION=1.50.0

0 commit comments

Comments
 (0)