From c9c4d44e9fd32cfff6cc7df247ef9940c16bdacf Mon Sep 17 00:00:00 2001 From: Frank Gaede Date: Tue, 18 Jul 2017 19:41:55 +0200 Subject: [PATCH] update to v01-01-01 in CMakeLists.txt files --- CMakeLists.txt | 2 +- DDSegmentation/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f29549532..869234a52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} diff --git a/DDSegmentation/CMakeLists.txt b/DDSegmentation/CMakeLists.txt index dbc039d60..702cd5e4b 100644 --- a/DDSegmentation/CMakeLists.txt +++ b/DDSegmentation/CMakeLists.txt @@ -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}")