Skip to content

Commit

Permalink
Updating version to v01-03
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Oct 12, 2017
1 parent 1f29b22 commit 3dc9417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDSegmentation/CMakeLists.txt
Expand Up @@ -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 2)
set(DDSegmentation_VERSION_MINOR 3)
set(DDSegmentation_VERSION_PATCH 0)
set(DDSegmentation_VERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}" )
set(DDSegmentation_SOVERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}")
Expand Down

0 comments on commit 3dc9417

Please sign in to comment.