updated revision number

This commit is contained in:
Heng Li 2011-10-24 14:14:42 -04:00
parent eed46e802a
commit 1f970b4557
2 changed files with 2 additions and 2 deletions

2
bwa.1
View File

@ -1,4 +1,4 @@
.TH bwa 1 "24 January 2011" "bwa-0.5.9" "Bioinformatics tools"
.TH bwa 1 "24 October 2011" "bwa-0.6.0" "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.6.0-r46-dev"
#define PACKAGE_VERSION "0.6.0-r53-dev"
#endif
static int usage()