From b45a6c213597b23f8f5221902e2b86b4009c11d9 Mon Sep 17 00:00:00 2001 From: Guillaume Rizk Date: Thu, 14 Dec 2017 06:52:34 +0100 Subject: [PATCH] prepare 1.4.1 --- gatb-core/CMakeLists.txt | 2 +- gatb-core/RELEASES.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gatb-core/CMakeLists.txt b/gatb-core/CMakeLists.txt index 0dc1f4d58..0932e8d64 100644 --- a/gatb-core/CMakeLists.txt +++ b/gatb-core/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required (VERSION 3.1.0) # The default version number is the latest official build SET (gatb-core_VERSION_MAJOR 1) SET (gatb-core_VERSION_MINOR 4) -SET (gatb-core_VERSION_PATCH 0) +SET (gatb-core_VERSION_PATCH 1) # But, it is possible to define another release number during a local build IF (DEFINED MAJOR) diff --git a/gatb-core/RELEASES.md b/gatb-core/RELEASES.md index bd1f9a020..106b003db 100644 --- a/gatb-core/RELEASES.md +++ b/gatb-core/RELEASES.md @@ -1,3 +1,11 @@ +-------------------------------------------------------------------------------- +# RELEASE 1.4.1 + +* This is a bugfix release + * fixed a segfault in some multi-threaded situations + * removed some spurious large files in the distrib + * fixed a bug with the -storate-type file option + -------------------------------------------------------------------------------- # RELEASE 1.4.0