Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Oct 20, 2016
1 parent 27d7e59 commit b9a9c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}" )
#
#
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/LCDD.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) ) )

Expand Down
2 changes: 1 addition & 1 deletion DDSegmentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit b9a9c05

Please sign in to comment.