From: Heng Li Date: Fri, 12 Jun 2009 14:07:05 +0000 (+0000) Subject: * samtools-0.1.4-5 (r3310 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=937174ba0c237df3821ce3c95673d3fb416fc2ea;p=samtools.git * samtools-0.1.4-5 (r3310 * no change to samtools itself. Version number is increased to reflect the changes in the Makefile building system. --- 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[]);