]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/bcf.h
The indel stats (IS) annotation splitted into two: IDV and IMF
[samtools.git] / bcftools / bcf.h
index 8c52451f7a40d939a322a2737f922ac44fa9e871..4666a96a05d3a2a8568931933cce2f6716218f59 100644 (file)
 #ifndef BCF_H
 #define BCF_H
 
-#define BCF_VERSION "0.1.17-dev (r973:277)"
+#ifndef VERSION
+#define BCF_VERSION "0.1.19+"
+#else
+#define BCF_VERSION VERSION
+#endif
 
 #include <stdint.h>
 #include <zlib.h>