]> git.donarmstrong.com Git - samtools.git/blobdiff - bamtk.c
fixed a potential memory problem in indexing
[samtools.git] / bamtk.c
diff --git a/bamtk.c b/bamtk.c
index 631502cfbbd1b5f21b528d1105d9d0a2d73ae54f..9b75ed61b61d12d7c4993c8d298922e7c7ee2975 100644 (file)
--- a/bamtk.c
+++ b/bamtk.c
@@ -3,7 +3,7 @@
 #include "bam.h"
 
 #ifndef PACKAGE_VERSION
-#define PACKAGE_VERSION "0.1.2-3"
+#define PACKAGE_VERSION "0.1.2-4"
 #endif
 
 int bam_taf2baf(int argc, char *argv[]);