From 3836f4bf062b4ee03bcf199535d33a2368f83e49 Mon Sep 17 00:00:00 2001 From: rchikhi Date: Fri, 22 May 2020 18:38:16 +0200 Subject: [PATCH] version push --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 72a8dfb..52eff2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,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 2) -SET (gatb-tool_VERSION_PATCH 2) +SET (gatb-tool_VERSION_PATCH 3) # But, it is possible to define another release number during a local build IF (DEFINED MAJOR)