diff --git a/gatb-core/CMakeLists.txt b/gatb-core/CMakeLists.txt index 10174eaf3..a6cbdc4d7 100644 --- a/gatb-core/CMakeLists.txt +++ b/gatb-core/CMakeLists.txt @@ -7,8 +7,8 @@ cmake_minimum_required (VERSION 2.6) # The version number. ################################################################################ SET (gatb-core_VERSION_MAJOR 1) -SET (gatb-core_VERSION_MINOR 1) -SET (gatb-core_VERSION_PATCH 1) +SET (gatb-core_VERSION_MINOR 2) +SET (gatb-core_VERSION_PATCH 0) IF (DEFINED MAJOR) SET (gatb-core_VERSION_MAJOR ${MAJOR})