Skip to content
Snippets Groups Projects
Commit a18c0695 authored by Andre Sailer's avatar Andre Sailer
Browse files

Updating version to v01-02

parent 3d800480
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
project(DDSegmentation)
#fg: version number must be the same as dd4hep !!
set(DDSegmentation_VERSION_MAJOR 1)
set(DDSegmentation_VERSION_MINOR 1)
set(DDSegmentation_VERSION_MINOR 2)
set(DDSegmentation_VERSION_PATCH 0)
set(DDSegmentation_VERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}" )
set(DDSegmentation_SOVERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment