]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/bcf.h
mpileup indel hotfix: fix in detecting long stretches of N's. The version string...
[samtools.git] / bcftools / bcf.h
index 3315809297221d64b04edf694b65f524a8385c23..4666a96a05d3a2a8568931933cce2f6716218f59 100644 (file)
 #ifndef BCF_H
 #define BCF_H
 
-#define BCF_VERSION "0.1.19-96b5f2294a"
+#ifndef VERSION
+#define BCF_VERSION "0.1.19+"
+#else
+#define BCF_VERSION VERSION
+#endif
 
 #include <stdint.h>
 #include <zlib.h>