From 99f573a465beb30acc22ab20be458d2ea0277684 Mon Sep 17 00:00:00 2001 From: rchikhi Date: Sun, 12 Apr 2020 23:15:34 +0200 Subject: [PATCH] 1.4.2 release, here we go --- gatb-core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatb-core/CMakeLists.txt b/gatb-core/CMakeLists.txt index 9bb280dd2..dc36b1b78 100644 --- a/gatb-core/CMakeLists.txt +++ b/gatb-core/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required (VERSION 3.10.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 1) +SET (gatb-core_VERSION_PATCH 2) # But, it is possible to define another release number during a local build IF (DEFINED MAJOR)