We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481bca6 commit bc11a38Copy full SHA for bc11a38
DDSegmentation/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
2
project(DDSegmentation)
3
#fg: version number must be the same as DD4hep !!
4
set(DDSegmentation_VERSION_MAJOR 0)
5
-set(DDSegmentation_VERSION_MINOR 19)
+set(DDSegmentation_VERSION_MINOR 22)
6
set(DDSegmentation_VERSION_PATCH 0)
7
set(DDSegmentation_VERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}" )
8
set(DDSegmentation_SOVERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}")
0 commit comments