Skip to content

Commit

Permalink
r335: fixed a compiling error
Browse files Browse the repository at this point in the history
Caused by the last change
  • Loading branch information
lh3 committed Mar 7, 2013
1 parent 042e1f4 commit 557d50c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bwtindex.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <zlib.h> #include <zlib.h>
#include "bntseq.h" #include "bntseq.h"
#include "bwt.h" #include "bwt.h"
#include "main.h"
#include "utils.h" #include "utils.h"


#ifdef _DIVBWT #ifdef _DIVBWT
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "utils.h" #include "utils.h"


#ifndef PACKAGE_VERSION #ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.0-r334-beta" #define PACKAGE_VERSION "0.7.0-r335-beta"
#endif #endif


int bwa_fa2pac(int argc, char *argv[]); int bwa_fa2pac(int argc, char *argv[]);
Expand Down

0 comments on commit 557d50c

Please sign in to comment.