diff --git a/gatb-core/CMakeLists.txt b/gatb-core/CMakeLists.txt index 9bb280dd..dc36b1b7 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)