From 1f970b45570378e6f1f30b0b0bd2c35ea8f345eb Mon Sep 17 00:00:00 2001 From: Heng Li Date: Mon, 24 Oct 2011 14:14:42 -0400 Subject: [PATCH] updated revision number --- bwa.1 | 2 +- main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bwa.1 b/bwa.1 index c82fdc7..85ebf04 100644 --- a/bwa.1 +++ b/bwa.1 @@ -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 diff --git a/main.c b/main.c index 1e91c17..dbb8faa 100644 --- a/main.c +++ b/main.c @@ -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()