r335: fixed a compiling error

Caused by the last change
This commit is contained in:
Heng Li 2013-03-06 21:57:13 -05:00
parent 042e1f4442
commit 557d50c7e1
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@
#include <zlib.h>
#include "bntseq.h"
#include "bwt.h"
#include "main.h"
#include "utils.h"
#ifdef _DIVBWT

2
main.c
View File

@ -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[]);