Release bwa-0.6.1

This commit is contained in:
Heng Li 2011-11-28 09:52:07 -05:00
parent 64e353ce49
commit 91a4a0c8ea
3 changed files with 6 additions and 4 deletions

6
NEWS
View File

@ -1,4 +1,4 @@
Release 0.6.1 (25 November, 2011)
Release 0.6.1 (28 November, 2011)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Notable changes to BWA-short:
@ -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.
@ -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)

2
bwa.1
View File

@ -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

2
main.c
View File

@ -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()