Skip to content

Commit

Permalink
update to v01-01-01 in CMakeLists.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Jul 18, 2017
1 parent 4250f6a commit c9c4d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ option(CMAKE_MACOSX_RPATH "Build with rpath on macos" ON)
# project version
SET( DD4hep_VERSION_MAJOR 1 )
SET( DD4hep_VERSION_MINOR 1 )
SET( DD4hep_VERSION_PATCH 0 )
SET( DD4hep_VERSION_PATCH 1 )

dd4hep_set_version(DD4hep
MAJOR ${DD4hep_VERSION_MAJOR}
Expand Down
2 changes: 1 addition & 1 deletion DDSegmentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(DDSegmentation)
#fg: version number must be the same as dd4hep !!
set(DDSegmentation_VERSION_MAJOR 1)
set(DDSegmentation_VERSION_MINOR 1)
set(DDSegmentation_VERSION_PATCH 0)
set(DDSegmentation_VERSION_PATCH 1)
set(DDSegmentation_VERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}" )
set(DDSegmentation_SOVERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}")

Expand Down

0 comments on commit c9c4d44

Please sign in to comment.