From 36a0546919311018d1532e5748f1968daf41089f Mon Sep 17 00:00:00 2001 From: Haowen Zhang Date: Mon, 21 Mar 2022 15:37:55 -0400 Subject: [PATCH] Update version for a new release. --- chromap.1 | 2 +- src/chromap.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chromap.1 b/chromap.1 index 9e4c1c3..2247851 100644 --- a/chromap.1 +++ b/chromap.1 @@ -1,4 +1,4 @@ -.TH chromap 1 "22 Feb 2022" "chromap-0.2.0 (r355)" "Bioinformatics tools" +.TH chromap 1 "21 Mar 2022" "chromap-0.2.1 (r369)" "Bioinformatics tools" .SH NAME .PP chromap - fast alignment and preprocessing of chromatin profiles diff --git a/src/chromap.h b/src/chromap.h index 805cf2d..c16bbf0 100644 --- a/src/chromap.h +++ b/src/chromap.h @@ -26,7 +26,7 @@ #include "temp_mapping.h" #include "utils.h" -#define CHROMAP_VERSION "0.2.0-r357" +#define CHROMAP_VERSION "0.2.1-r369" namespace chromap {