]> git.donarmstrong.com Git - samtools.git/blobdiff - bamtk.c
Release samtools-0.1.5
[samtools.git] / bamtk.c
diff --git a/bamtk.c b/bamtk.c
index a1e87c20eb7aaeeef2aa7cc51c7147182d7a2be3..87b9c136c1c739493a9e4ce000fca0dcc6f60df5 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-16 (r360)"
+#define PACKAGE_VERSION "0.1.5 (r373)"
 #endif
 
 int bam_taf2baf(int argc, char *argv[]);