diff --git a/NEWS.md b/NEWS.md index 15c27621..0227bd8d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) --------------------------------- diff --git a/main.c b/main.c index f199f431..eed4ed2a 100644 --- a/main.c +++ b/main.c @@ -4,7 +4,7 @@ #include "utils.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.7.13-r1134-dirty" +#define PACKAGE_VERSION "0.7.14-r1136" #endif int bwa_fa2pac(int argc, char *argv[]);