Skip to content

Commit

Permalink
Updating version to v01-00
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Jun 30, 2017
1 parent 2c7dc3d commit b5f1f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DDSegmentation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
project(DDSegmentation)
#fg: version number must be the same as dd4hep !!
set(DDSegmentation_VERSION_MAJOR 0)
set(DDSegmentation_VERSION_MINOR 24)
set(DDSegmentation_VERSION_MAJOR 1)
set(DDSegmentation_VERSION_MINOR 0)
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 b5f1f64

Please sign in to comment.