From 83a1c936ef2e1a8c9e78ed2d2e2d328adf0c6447 Mon Sep 17 00:00:00 2001 From: griffan Date: Wed, 13 Jan 2021 21:31:51 +0800 Subject: [PATCH] 1. Bump version number to distinguish from VB1 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 808176a..2c068f3 100644 --- a/main.cpp +++ b/main.cpp @@ -31,7 +31,7 @@ SOFTWARE. #include "htslib/sam.h" #include "params.h" -#define VERSION "1.0.7" +#define VERSION "2.0.1" int execute(int argc, char **argv) {