]> git.donarmstrong.com Git - samtools.git/commitdiff
* samtools-0.1.4-5 (r3310
authorHeng Li <lh3@live.co.uk>
Fri, 12 Jun 2009 14:07:05 +0000 (14:07 +0000)
committerHeng Li <lh3@live.co.uk>
Fri, 12 Jun 2009 14:07:05 +0000 (14:07 +0000)
 * no change to samtools itself. Version number is increased to reflect the
   changes in the Makefile building system.

bamtk.c

diff --git a/bamtk.c b/bamtk.c
index e901961c1cf401365dd275130fc224c0fe48ac67..0b95298e0ef1a48944c9967642f36a470d5fe1ac 100644 (file)
--- 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[]);