From b9a9c059b93613e2c502c772df0940a5ce36ff39 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Thu, 20 Oct 2016 18:11:29 +0200 Subject: [PATCH] Increase version number --- CMakeLists.txt | 2 +- DDCore/include/DD4hep/LCDD.h | 2 +- DDSegmentation/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8d979fe3..444e0c04b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ option(CMAKE_MACOSX_RPATH "Build with rpath on macos" ON) # !! and make also sure to change in ./DDCore/include/DD4hep/LCDD.h !! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # -dd4hep_set_version(DD4hep MAJOR 0 MINOR 16 PATCH 0) +dd4hep_set_version(DD4hep MAJOR 0 MINOR 17 PATCH 0) dd4hep_configure_output( OUTPUT "${PROJECT_BINARY_DIR}" INSTALL "${CMAKE_INSTALL_PREFIX}" ) # # diff --git a/DDCore/include/DD4hep/LCDD.h b/DDCore/include/DD4hep/LCDD.h index 2abdc39da..eb312e729 100644 --- a/DDCore/include/DD4hep/LCDD.h +++ b/DDCore/include/DD4hep/LCDD.h @@ -16,7 +16,7 @@ // define version macros for DD4hep #define DD4HEP_MAJOR_VERSION 0 -#define DD4HEP_MINOR_VERSION 15 +#define DD4HEP_MINOR_VERSION 17 #define DD4HEP_VERSION_GE( MAJV , MINV ) ( ( DD4HEP_MAJOR_VERSION > MAJV ) || ( (DD4HEP_MAJOR_VERSION==MAJV) && ( DD4HEP_MINOR_VERSION >= MINV ) ) ) diff --git a/DDSegmentation/CMakeLists.txt b/DDSegmentation/CMakeLists.txt index 0e799be82..5082df8a1 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 16) +set(DDSegmentation_MINOR_VERSION 17) set(DDSegmentation_PATCH_VERSION 0) set(DDSegmentation_VERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}" ) set(DDSegmentation_SOVERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}")