From 4ae011c3b1e29450e56855770993810254c08a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B8rn=20Rognes?= Date: Fri, 4 Feb 2022 16:58:10 +0100 Subject: [PATCH] CompAIRR 1.6.1: Fix segfault with d=3 and very short sequences --- src/compairr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compairr.h b/src/compairr.h index c5c3c08..0c21177 100644 --- a/src/compairr.h +++ b/src/compairr.h @@ -103,7 +103,7 @@ static_assert(INT_MAX > 32767, "Your compiler uses very short integers."); #define PROG_CMD "compairr" #define PROG_NAME "CompAIRR" -#define PROG_VERSION "1.6.0" +#define PROG_VERSION "1.6.1" #define PROG_BRIEF "Comparison of Adaptive Immune Receptor Repertoires" const unsigned int MAX_THREADS = 256;