]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
mpileup indel hotfix: fix in detecting long stretches of N's. The version string...
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index 6add34bc65a802eef4adad139573658c5b42e566..cd2455af2337cd2884249ed308cbbeb6873eea1a 100644 (file)
--- a/bam.h
+++ b/bam.h
   @copyright Genome Research Ltd.
  */
 
-#define BAM_VERSION "0.1.19-96b5f2294a"
+#ifndef VERSION
+#define BAM_VERSION "0.1.19+"
+#else
+#define BAM_VERSION VERSION
+#endif
 
 #include <stdint.h>
 #include <stdlib.h>