Skip to content

Commit

Permalink
swarm 3.1.1: improved code and documentation, bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Sep 29, 2022
1 parent 9aaf974 commit 25f0ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions man/swarm.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" ============================================================================
.TH swarm 1 "September 28, 2022" "version 3.1.1" "USER COMMANDS"
.TH swarm 1 "September 29, 2022" "version 3.1.1" "USER COMMANDS"
.\" ============================================================================
.SH NAME
swarm \(em find clusters of nearly-identical nucleotide amplicons
Expand Down Expand Up @@ -527,7 +527,7 @@ New features and important modifications of \fBswarm\fR (short lived
or minor bug releases are not mentioned):
.RS
.TP
.BR v3.1.1\~ "released September 28, 2022"
.BR v3.1.1\~ "released September 29, 2022"
Version 3.1.1 eliminates a risk of segmentation fault with extremely
long sequence headers. Documentation and error messages have been
improved, and code cleaning continued.
Expand Down
2 changes: 1 addition & 1 deletion src/swarm.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static_assert(INT_MAX > INT16_MAX, "Your compiler uses very short integers.");

/* constants */

const std::string swarm_version {"3.1.0"};
const std::string swarm_version {"3.1.1"};
constexpr char sepchar {' '};
constexpr char dash_filename {'-'};
constexpr unsigned int opt_differences_default {1};
Expand Down

0 comments on commit 25f0ab0

Please sign in to comment.