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
4589b2aa
Commit
4589b2aa
authored
8 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DDCore/include/DD4hep/LCDD.h
+1
-1
1 addition, 1 deletion
DDCore/include/DD4hep/LCDD.h
DDSegmentation/CMakeLists.txt
+1
-1
1 addition, 1 deletion
DDSegmentation/CMakeLists.txt
with
2 additions
and
2 deletions
DDCore/include/DD4hep/LCDD.h
+
1
−
1
View file @
4589b2aa
...
...
@@ -15,7 +15,7 @@
// define version macros for DD4hep
#define DD4HEP_MAJOR_VERSION 0
#define DD4HEP_MINOR_VERSION 1
8
#define DD4HEP_MINOR_VERSION 1
9
#define DD4HEP_VERSION_GE( MAJV , MINV ) ( ( DD4HEP_MAJOR_VERSION > MAJV ) || ( (DD4HEP_MAJOR_VERSION==MAJV) && ( DD4HEP_MINOR_VERSION >= MINV ) ) )
...
...
This diff is collapsed.
Click to expand it.
DDSegmentation/CMakeLists.txt
+
1
−
1
View file @
4589b2aa
...
...
@@ -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
8
)
set
(
DDSegmentation_MINOR_VERSION 1
9
)
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.
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