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)