Release 0.7.1-r347

This commit is contained in:
Heng Li 2013-03-08 15:30:06 -05:00
parent 5370bb23a3
commit 1d132a546d
2 changed files with 2 additions and 2 deletions

2
bwa.1
View File

@ -1,4 +1,4 @@
.TH bwa 1 "10 March 2013" "bwa-0.7.1" "Bioinformatics tools"
.TH bwa 1 "8 March 2013" "bwa-0.7.1" "Bioinformatics tools"
.SH NAME
.PP
bwa - Burrows-Wheeler Alignment Tool

2
main.c
View File

@ -3,7 +3,7 @@
#include "utils.h"
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.0-r345-beta"
#define PACKAGE_VERSION "0.7.1-r347"
#endif
int bwa_fa2pac(int argc, char *argv[]);