X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=87b9c136c1c739493a9e4ce000fca0dcc6f60df5;hb=9f30c9ba76e0266e896f1199b41e0e7ddf6bd648;hp=2b005a5cb116c128c2f33c64ac3d8d012cbcb68c;hpb=f6a84f5598383371a6cd5b3f82be3f8c3419aa6a;p=samtools.git diff --git a/bamtk.c b/bamtk.c index 2b005a5..87b9c13 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.3-18 (r273)" +#define PACKAGE_VERSION "0.1.5 (r373)" #endif int bam_taf2baf(int argc, char *argv[]);