Release 0.7.14-r1136

This commit is contained in:
Heng Li 2016-05-04 14:41:37 -04:00
parent 7ec3261877
commit 5db0c362f5
2 changed files with 11 additions and 1 deletions

10
NEWS.md
View File

@ -1,3 +1,13 @@
Release 0.7.14 (4 May 2016)
---------------------------
In the ALT mapping mode, this release adds the "AH:*" header tag to SQ lines
corresponding to alternate haplotypes.
(0.7.14: 4 May 2016, r1136)
Release 0.7.13 (23 Feburary 2016) Release 0.7.13 (23 Feburary 2016)
--------------------------------- ---------------------------------

2
main.c
View File

@ -4,7 +4,7 @@
#include "utils.h" #include "utils.h"
#ifndef PACKAGE_VERSION #ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.13-r1134-dirty" #define PACKAGE_VERSION "0.7.14-r1136"
#endif #endif
int bwa_fa2pac(int argc, char *argv[]); int bwa_fa2pac(int argc, char *argv[]);