Release bwa-0.7.9-r783

This commit is contained in:
Heng Li 2014-05-19 09:09:11 -04:00
parent e4752b321b
commit be74dbc00c
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#CC= gcc
CC= clang --analyze
CC= gcc
#CC= clang --analyze
CFLAGS= -g -Wall -Wno-unused-function -O2
WRAP_MALLOC=-DUSE_MALLOC_WRAPPERS
AR= ar

View File

@ -55,7 +55,7 @@ Changes in BWA-backtrack:
* Bugfix: a segmentation fault when an alignment stands out of the end of the
last chromosome.
(0.7.9: 19 May 2014, r782)
(0.7.9: 19 May 2014, r783)

2
bwa.1
View File

@ -1,4 +1,4 @@
.TH bwa 1 "19 May 2014" "bwa-0.7.9" "Bioinformatics tools"
.TH bwa 1 "19 May 2014" "bwa-0.7.9-r783" "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.8-r782"
#define PACKAGE_VERSION "0.7.8-r783"
#endif
int bwa_fa2pac(int argc, char *argv[]);