Skip to content
Snippets Groups Projects
Commit 4589b2aa authored by Marko Petric's avatar Marko Petric
Browse files

Change also the version in DDSegmentation/CMakeLists.txt and DDCore/include/DD4hep/LCDD.h

parent ba4e6db1
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
// define version macros for DD4hep
#define DD4HEP_MAJOR_VERSION 0
#define DD4HEP_MINOR_VERSION 18
#define DD4HEP_MINOR_VERSION 19
#define DD4HEP_VERSION_GE( MAJV , MINV ) ( ( DD4HEP_MAJOR_VERSION > MAJV ) || ( (DD4HEP_MAJOR_VERSION==MAJV) && ( DD4HEP_MINOR_VERSION >= MINV ) ) )
......
......@@ -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 18)
set(DDSegmentation_MINOR_VERSION 19)
set(DDSegmentation_PATCH_VERSION 0)
set(DDSegmentation_VERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}" )
set(DDSegmentation_SOVERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment