From bfb2583d7f52a021bb1ae5d7564f3cf1014a9a0a Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 26 Feb 2013 12:10:19 -0500 Subject: [PATCH] r291: summary - bwt.c micro optimization --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c1c232a..5930a78 100644 --- a/main.c +++ b/main.c @@ -4,7 +4,7 @@ #include "utils.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.6.2-r284-beta" +#define PACKAGE_VERSION "0.6.2-r291-beta" #endif static int usage()