From 25650fcc2e062a3a23e134cb133664515f7913c8 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Thu, 28 Jul 2016 17:33:16 +0000 Subject: [PATCH] - prepare release --- v00-16 ------- - updated release notes - increased version number - set DD4HEP_USE_CXX11 ON --- CMakeLists.txt | 4 ++-- DDSegmentation/CMakeLists.txt | 2 +- doc/release.notes | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2924913b..23ed87c37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ option(DD4HEP_USE_GEANT4 "Enable the simulation part based on Geant4" OFF) option(DD4HEP_USE_GEAR "Build gear wrapper for backward compatibility" OFF) option(DD4HEP_USE_LCIO "Build lcio extensions" OFF) option(BUILD_TESTING "Enable and build tests" ON) -option(DD4HEP_USE_CXX11 "Build DD4hep using c++11" OFF) +option(DD4HEP_USE_CXX11 "Build DD4hep using c++11" ON) option(DD4HEP_USE_CXX14 "Build DD4hep using c++14" OFF) # #----------------------------------------------------------------------------------------------------- @@ -32,7 +32,7 @@ option(DD4HEP_USE_CXX14 "Build DD4hep using c++14" OFF) # !! and make also sure to change in ./DDCore/include/DD4hep/LCDD.h !! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # -dd4hep_set_version(DD4hep MAJOR 0 MINOR 15 PATCH 0) +dd4hep_set_version(DD4hep MAJOR 0 MINOR 16 PATCH 0) dd4hep_configure_output( OUTPUT "${PROJECT_BINARY_DIR}" INSTALL "${CMAKE_INSTALL_PREFIX}" ) # # diff --git a/DDSegmentation/CMakeLists.txt b/DDSegmentation/CMakeLists.txt index 073426f5a..0e799be82 100644 --- a/DDSegmentation/CMakeLists.txt +++ b/DDSegmentation/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR) project(DDSegmentation) #fg: version number must be the same as DD4hep !! set(DDSegmentation_MAJOR_VERSION 0) -set(DDSegmentation_MINOR_VERSION 15) +set(DDSegmentation_MINOR_VERSION 16) set(DDSegmentation_PATCH_VERSION 0) set(DDSegmentation_VERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}" ) set(DDSegmentation_SOVERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}") diff --git a/doc/release.notes b/doc/release.notes index 12878e5b1..667a3d1c4 100644 --- a/doc/release.notes +++ b/doc/release.notes @@ -3,6 +3,16 @@ DD4hep ---- Release Notes ================================= + -------- + | v00-16 | + -------- + +Shaojun Lu | 2016-07-26 + Added new MegatileLayerGridXY segmentation for Scintillator strip Ecal, which is implemented by K.Kotera, + and used by SEcal04Hybrid geometry driver. + + - many ( minor fixes ) by F. Gaede, M. Petric, A Sailer, ... + 2016-06-24 M.Frank Implement multiple segmentations. -- GitLab