Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed May 31, 2016
2 parents bdfb9ef + 850dd81 commit 0876421
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release 0.7.15 (31 May 2016)
----------------------------

Fixed a long existing bug which potentially leads underestimated insert size
upper bound. This bug should have little effect in practice.

(0.7.15: 31 May 2016, r1140)



Release 0.7.14 (4 May 2016)
---------------------------

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 "23 December 2014" "bwa-0.7.12-r1034" "Bioinformatics tools"
.TH bwa 1 "31 May 2016" "bwa-0.7.15-r1140" "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.7.14-r1138-dirty"
#define PACKAGE_VERSION "0.7.15-r1140"
#endif

int bwa_fa2pac(int argc, char *argv[]);
Expand Down

0 comments on commit 0876421

Please sign in to comment.