From 78252bb3f601d95533b8bf067242fb64c986cc7e Mon Sep 17 00:00:00 2001 From: rchikhi Date: Sat, 16 Jul 2016 13:58:00 +0200 Subject: [PATCH] version bump to 2.2.0 --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aae7a0f..e81a88d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ cmake_minimum_required (VERSION 2.6) # The version number. ################################################################################ # The default version number is the latest official build -SET (gatb-tool_VERSION_MAJOR 1) -SET (gatb-tool_VERSION_MINOR 0) -SET (gatb-tool_VERSION_PATCH 6) +SET (gatb-tool_VERSION_MAJOR 2) +SET (gatb-tool_VERSION_MINOR 2) +SET (gatb-tool_VERSION_PATCH 0) # But, it is possible to define another release number during a local build IF (DEFINED MAJOR)