Released 0.7.12

This commit is contained in:
Heng Li 2014-12-28 15:44:59 -05:00
parent e746a3eac7
commit 8211fbcb62
3 changed files with 12 additions and 2 deletions

10
NEWS.md
View File

@ -1,3 +1,13 @@
Release 0.7.12 (28 December 2014)
---------------------------------
This release fixed a bug in the pair-end mode when ALT contigs are present. It
leads to undercalling in regions overlapping ALT contigs.
(0.7.12: 28 December 2014, r1039)
Release 0.7.11 (23 December, 2014)
----------------------------------

2
bwa.1
View File

@ -1,4 +1,4 @@
.TH bwa 1 "23 December 2014" "bwa-0.7.11-r1034" "Bioinformatics tools"
.TH bwa 1 "23 December 2014" "bwa-0.7.12-r1034" "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.7.11-r1038-dirty"
#define PACKAGE_VERSION "0.7.12-r1039"
#endif
int bwa_fa2pac(int argc, char *argv[]);