X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=a8fea4b4a74591a489d48562dc5f5eaa4671c42f;hb=b276050eeeea3a0f85ff193410bcb81f5b7a588b;hp=e901961c1cf401365dd275130fc224c0fe48ac67;hpb=664c90281344b1e5711eee12d9f7b47ba969309a;p=samtools.git diff --git a/bamtk.c b/bamtk.c index e901961..a8fea4b 100644 --- a/bamtk.c +++ b/bamtk.c @@ -1,9 +1,10 @@ #include #include +#include #include "bam.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.4-4 (r325)" +#define PACKAGE_VERSION "0.1.5a (r381)" #endif int bam_taf2baf(int argc, char *argv[]);