]> git.donarmstrong.com Git - samtools.git/blobdiff - bamtk.c
Release samtools-0.1.5a (for compatibility with Bio::DB::Sam)
[samtools.git] / bamtk.c
diff --git a/bamtk.c b/bamtk.c
index 0fb7cb4c80494db3588a19e5f3ffd63005ccc9d9..a8fea4b4a74591a489d48562dc5f5eaa4671c42f 100644 (file)
--- a/bamtk.c
+++ b/bamtk.c
@@ -1,9 +1,10 @@
 #include <stdio.h>
 #include <unistd.h>
+#include <assert.h>
 #include "bam.h"
 
 #ifndef PACKAGE_VERSION
-#define PACKAGE_VERSION "0.1.4-2 (r316)"
+#define PACKAGE_VERSION "0.1.5a (r381)"
 #endif
 
 int bam_taf2baf(int argc, char *argv[]);