Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
4c59d4b3
Commit
4c59d4b3
authored
Jun 16, 2022
by
Julien Osman
Browse files
Set OTB version to 8.1.0
parent
d16aee08
Pipeline
#10899
passed with stages
in 78 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4c59d4b3
...
...
@@ -152,8 +152,8 @@ set(main_project_name ${_OTBModuleMacros_DEFAULT_LABEL})
#-----------------------------------------------------------------------------
# OTB version number.
set
(
OTB_VERSION_MAJOR
"8"
)
set
(
OTB_VERSION_MINOR
"
0
"
)
set
(
OTB_VERSION_PATCH
"
2
"
)
set
(
OTB_VERSION_MINOR
"
1
"
)
set
(
OTB_VERSION_PATCH
"
0
"
)
set
(
OTB_VERSION_STRING
"
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
.
${
OTB_VERSION_PATCH
}
"
)
get_package_name
(
${
OTB_SOURCE_DIR
}
${
PROJECT_NAME
}
OTB_VERSION_STRING2
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment