Release bwa-0.7.2-r351

For the TLEN sign fix. Sorry for the significant bug in 0.7.0/0.7.1
This commit is contained in:
Heng Li 2013-03-09 18:15:41 -05:00
parent 2d01a297fb
commit 5581cb9152
3 changed files with 12 additions and 2 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
Release 0.7.2 (9 March, 2013)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Emergent bug fix: 0.7.0 and 0.7.1 give a wrong sign to TLEN. In addition,
flagging `properly paired' also gets improved a little.
(0.7.2: 9 March 2013, r351)
Release 0.7.1 (8 March, 2013)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2
bwa.1
View File

@ -1,4 +1,4 @@
.TH bwa 1 "8 March 2013" "bwa-0.7.1" "Bioinformatics tools"
.TH bwa 1 "9 March 2013" "bwa-0.7.2" "Bioinformatics tools"
.SH NAME
.PP
bwa - Burrows-Wheeler Alignment Tool

2
main.c
View File

@ -3,7 +3,7 @@
#include "utils.h"
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.1-r348-beta"
#define PACKAGE_VERSION "0.7.2-r351"
#endif
int bwa_fa2pac(int argc, char *argv[]);