From 557d50c7e1d47ceff556847be52e9d9f51fa84a5 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 6 Mar 2013 21:57:13 -0500 Subject: [PATCH] r335: fixed a compiling error Caused by the last change --- bwtindex.c | 1 - main.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bwtindex.c b/bwtindex.c index 298153d..934b382 100644 --- a/bwtindex.c +++ b/bwtindex.c @@ -33,7 +33,6 @@ #include #include "bntseq.h" #include "bwt.h" -#include "main.h" #include "utils.h" #ifdef _DIVBWT diff --git a/main.c b/main.c index 26f22ae..2663902 100644 --- a/main.c +++ b/main.c @@ -3,7 +3,7 @@ #include "utils.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.7.0-r334-beta" +#define PACKAGE_VERSION "0.7.0-r335-beta" #endif int bwa_fa2pac(int argc, char *argv[]);