X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=bamtk.c;h=9876279da9e23dc7d1da8ed3cd6861ae5ec89eb6;hb=8cab5e6afd245a6dbbb1580dc37cd3ee36e55078;hp=61ead1058c818b5ee6b00df27fad2864db3f664f;hpb=01ddec3d623b07bfe54d7c31913da79db92b4dbf;p=samtools.git diff --git a/bamtk.c b/bamtk.c index 61ead10..9876279 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-20 (r365)" +#define PACKAGE_VERSION "0.1.4-21 (r368)" #endif int bam_taf2baf(int argc, char *argv[]);