From 74c85a36eb3e70e4720cc08b5c2526be8fcada73 Mon Sep 17 00:00:00 2001 From: Andrea Telatin <15690844+telatin@users.noreply.github.com> Date: Fri, 17 Dec 2021 15:45:09 +0000 Subject: [PATCH] 1.3.5 --- base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.cpp b/base.cpp index 2f56d91..81080ec 100644 --- a/base.cpp +++ b/base.cpp @@ -16,7 +16,7 @@ using namespace std; typedef uint32_t DepthType; // type for depth of coverage, kept it small const char ref_char = '>'; // reference prefix for "counts" output -const string VERSION = "%prog 1.3.3" +const string VERSION = "%prog 1.3.5" "\nCopyright (C) 2014-2019 Giovanni Birolo and Andrea Telatin\n" "https://github.com/telatin/covtobed - License MIT" ".\n"