diff --git a/Makefile b/Makefile index 7ea708c..60c2104 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/NEWS.md b/NEWS.md index bbc8da1..82a0f6c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) diff --git a/bwa.1 b/bwa.1 index dc1c425..ba8bc9e 100644 --- a/bwa.1 +++ b/bwa.1 @@ -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 diff --git a/main.c b/main.c index bddffd2..b7d85b1 100644 --- a/main.c +++ b/main.c @@ -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[]);