From 937174ba0c237df3821ce3c95673d3fb416fc2ea Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 12 Jun 2009 14:07:05 +0000 Subject: [PATCH] * samtools-0.1.4-5 (r3310 * no change to samtools itself. Version number is increased to reflect the changes in the Makefile building system. --- bamtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamtk.c b/bamtk.c index e901961..0b95298 100644 --- a/bamtk.c +++ b/bamtk.c @@ -3,7 +3,7 @@ #include "bam.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.4-4 (r325)" +#define PACKAGE_VERSION "0.1.4-5 (r331)" #endif int bam_taf2baf(int argc, char *argv[]); -- 2.39.5