From 4b32fec43a5cef532443da7b4c8154ecfa491f4b Mon Sep 17 00:00:00 2001 From: rchikhi Date: Mon, 26 Mar 2018 19:03:57 +0200 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ad120d..9720100 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 2.6) ################################################################################ # The default version number is the latest official build SET (gatb-tool_VERSION_MAJOR 3) -SET (gatb-tool_VERSION_MINOR 1) +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