diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f71c40e36406a8b01bbe85daa26e75b0d98e6bc..c4ace1cd38f0d54c32d08d150eb6f01f1161d513 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(DD4hep) # Use the same version numbers in DDSegmentaion/CmakeLists.txt # SET( DD4hep_VERSION_MAJOR 0 ) -SET( DD4hep_VERSION_MINOR 10 ) +SET( DD4hep_VERSION_MINOR 11 ) SET( DD4hep_VERSION_PATCH 0 ) SET( DD4hep_VERSION "${DD4hep_VERSION_MAJOR}.${DD4hep_VERSION_MINOR}" ) diff --git a/DDSegmentation/CMakeLists.txt b/DDSegmentation/CMakeLists.txt index d1efca3feec1be9e83d5094509e2681f91f8e177..dd804acdbac582113051e684ba4fed3fd89f517e 100644 --- a/DDSegmentation/CMakeLists.txt +++ b/DDSegmentation/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR) project(DDSegmentation) #fg: version number must be the same as DD4hep !! set(DDSegmentation_MAJOR_VERSION 0) -set(DDSegmentation_MINOR_VERSION 10) +set(DDSegmentation_MINOR_VERSION 11) set(DDSegmentation_PATCH_VERSION 0) set(DDSegmentation_VERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}" ) set(DDSegmentation_SOVERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}")