Skip to content

Commit

Permalink
Release bwa-0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Li committed Nov 28, 2011
1 parent 64e353c commit 91a4a0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release 0.6.1 (25 November, 2011)
Release 0.6.1 (28 November, 2011)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Notable changes to BWA-short:
Expand All @@ -16,6 +16,8 @@ Notable changes to BWA-SW:

* Bugfix: incorrect mate position in the SE mode.

* Bugfix: rare segfault in the PE mode

* When macro _NO_SSE2 is in use, fall back to the standard Smith-Waterman
instead of SSE2-SW.

Expand All @@ -27,7 +29,7 @@ Changes to fastmap:

* Optionally output the query sequence.

(0.6.1: 25 November 2011, r103)
(0.6.1: 28 November 2011, r104)



Expand Down
2 changes: 1 addition & 1 deletion bwa.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH bwa 1 "12 November 2011" "bwa-0.6.0" "Bioinformatics tools"
.TH bwa 1 "28 November 2011" "bwa-0.6.1" "Bioinformatics tools"
.SH NAME
.PP
bwa - Burrows-Wheeler Alignment Tool
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "utils.h"

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.6.0-r102-dev"
#define PACKAGE_VERSION "0.6.1-r104"
#endif

static int usage()
Expand Down

0 comments on commit 91a4a0c

Please sign in to comment.