X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=e071d31c5953564df4868906cbf3bec65c1a1940;hb=f8941aebcb194dbe1ff32c161d3cd51d80805d5d;hp=9474e83ea7a16de8412b59e2b1a8c73b89e70145;hpb=92894225a8ebed8fbf1cc2a1f402b4c9e39056fa;p=samtools.git diff --git a/bamtk.c b/bamtk.c index 9474e83..e071d31 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-17 (r361)" +#define PACKAGE_VERSION "0.1.5-5 (r395)" #endif int bam_taf2baf(int argc, char *argv[]);