From 3b387389f6422ea764453508f09e202d0a8ee4de Mon Sep 17 00:00:00 2001 From: Patrick Durand Date: Mon, 23 May 2016 10:47:24 +0200 Subject: [PATCH] switch to release 1.2.0 --- gatb-core/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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})