Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
1efc2cd8
Commit
1efc2cd8
authored
9 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- increased version to v00-14
- updated release notes
parent
1141b48e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
DDSegmentation/CMakeLists.txt
+1
-1
1 addition, 1 deletion
DDSegmentation/CMakeLists.txt
doc/release.notes
+13
-0
13 additions, 0 deletions
doc/release.notes
with
15 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
1efc2cd8
...
...
@@ -7,7 +7,7 @@ project(DD4hep)
# Use the same version numbers in DDSegmentaion/CmakeLists.txt
#
SET
(
DD4hep_VERSION_MAJOR 0
)
SET
(
DD4hep_VERSION_MINOR 1
3
)
SET
(
DD4hep_VERSION_MINOR 1
4
)
SET
(
DD4hep_VERSION_PATCH 0
)
SET
(
DD4hep_VERSION
"
${
DD4hep_VERSION_MAJOR
}
.
${
DD4hep_VERSION_MINOR
}
"
)
...
...
This diff is collapsed.
Click to expand it.
DDSegmentation/CMakeLists.txt
+
1
−
1
View file @
1efc2cd8
...
...
@@ -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 1
3
)
set
(
DDSegmentation_MINOR_VERSION 1
4
)
set
(
DDSegmentation_PATCH_VERSION 0
)
set
(
DDSegmentation_VERSION
"
${
DDSegmentation_MAJOR_VERSION
}
.
${
DDSegmentation_MINOR_VERSION
}
"
)
set
(
DDSegmentation_SOVERSION
"
${
DDSegmentation_MAJOR_VERSION
}
.
${
DDSegmentation_MINOR_VERSION
}
"
)
...
...
This diff is collapsed.
Click to expand it.
doc/release.notes
+
13
−
0
View file @
1efc2cd8
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment