Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DP3
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattia Mancini
DP3
Commits
f2a8afd6
Commit
f2a8afd6
authored
3 years ago
by
Jakob Maljaars
Browse files
Options
Downloads
Plain Diff
Merge branch 'prepare_v51' into 'master'
Bump version See merge request
RD/DP3!369
parents
58d661b5
a20c6bee
No related branches found
Branches containing commit
Tags
v5.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
f2a8afd6
...
...
@@ -11,7 +11,7 @@ if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.1")
endif
()
# Set version number and project name.
set
(
DP3_VERSION 5.
0
.0
)
set
(
DP3_VERSION 5.
1
.0
)
if
(
DP3_VERSION MATCHES
"^([0-9]+)
\\
.([0-9]+)
\\
.([0-9]+)"
)
set
(
DP3_VERSION_MAJOR
"
${
CMAKE_MATCH_1
}
"
)
set
(
DP3_VERSION_MINOR
"
${
CMAKE_MATCH_2
}
"
)
...
...
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