From b5f1f64c8afd000880d0a155b614031c6d0c742c Mon Sep 17 00:00:00 2001 From: Frank Gaede Date: Fri, 30 Jun 2017 15:29:55 +0200 Subject: [PATCH] Updating version to v01-00 --- DDSegmentation/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDSegmentation/CMakeLists.txt b/DDSegmentation/CMakeLists.txt index 447490c72..df9562631 100644 --- a/DDSegmentation/CMakeLists.txt +++ b/DDSegmentation/CMakeLists.txt @@ -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}")