Skip to content
Snippets Groups Projects
Commit 1efc2cd8 authored by Frank Gaede's avatar Frank Gaede
Browse files

- increased version to v00-14

 - updated release notes
parent 1141b48e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ project(DD4hep)
# Use the same version numbers in DDSegmentaion/CmakeLists.txt
#
SET( DD4hep_VERSION_MAJOR 0 )
SET( DD4hep_VERSION_MINOR 13 )
SET( DD4hep_VERSION_MINOR 14 )
SET( DD4hep_VERSION_PATCH 0 )
SET( DD4hep_VERSION "${DD4hep_VERSION_MAJOR}.${DD4hep_VERSION_MINOR}" )
......
......@@ -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 13)
set(DDSegmentation_MINOR_VERSION 14)
set(DDSegmentation_PATCH_VERSION 0)
set(DDSegmentation_VERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}" )
set(DDSegmentation_SOVERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}")
......
......@@ -3,10 +3,23 @@
DD4hep ---- Release Notes
=================================
--------
| v00-14 |
--------
A.Sailer
- Add missing scope to /DD4hep/Factories.h, to not force everyone to use using namespace
F.Gaede: 2015-07-15
- changed type in SurfaceList and SurfaceMap from Surface to ISurface
- added methods length_along_u/v() to ISurface
- moved setting of CMAKE_CXX_FLAGS (if DD4HEP_USE_CXX11) from DD4hep.cmake to CMakeLists.txt
2015-07-11n M.Frank
-------------------
- added starter docs DD4hepStartersGuide.pdf
*** Important ***
Before updating, backup your existing and working checkout. Though I was running
the basic tests, there may be unchecked corners of the software.
......
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