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
a18c0695
Commit
a18c0695
authored
7 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
Updating version to v01-02
parent
3d800480
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDSegmentation/CMakeLists.txt
+1
-1
1 addition, 1 deletion
DDSegmentation/CMakeLists.txt
with
1 addition
and
1 deletion
DDSegmentation/CMakeLists.txt
+
1
−
1
View file @
a18c0695
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
project
(
DDSegmentation
)
#fg: version number must be the same as dd4hep !!
set
(
DDSegmentation_VERSION_MAJOR 1
)
set
(
DDSegmentation_VERSION_MINOR
1
)
set
(
DDSegmentation_VERSION_MINOR
2
)
set
(
DDSegmentation_VERSION_PATCH 0
)
set
(
DDSegmentation_VERSION
"
${
DDSegmentation_VERSION_MAJOR
}
.
${
DDSegmentation_VERSION_MINOR
}
"
)
set
(
DDSegmentation_SOVERSION
"
${
DDSegmentation_VERSION_MAJOR
}
.
${
DDSegmentation_VERSION_MINOR
}
"
)
...
...
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