Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
David Youssefi
otb
Commits
bb600e26
Commit
bb600e26
authored
Apr 26, 2019
by
Victor Poughon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: add 6.6.2 changelog and update version number
parent
af782952
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
RELEASE_NOTES.txt
RELEASE_NOTES.txt
+6
-0
No files found.
CMakeLists.txt
View file @
bb600e26
...
...
@@ -127,7 +127,7 @@ set(main_project_name ${_OTBModuleMacros_DEFAULT_LABEL})
# OTB version number.
set
(
OTB_VERSION_MAJOR
"6"
)
set
(
OTB_VERSION_MINOR
"6"
)
set
(
OTB_VERSION_PATCH
"
1
"
)
set
(
OTB_VERSION_PATCH
"
2
"
)
set
(
OTB_VERSION_STRING
"
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
.
${
OTB_VERSION_PATCH
}
"
)
# Monteverdi version number (follows OTB)
...
...
RELEASE_NOTES.txt
View file @
bb600e26
OTB-v.6.6.2 - Changes since version 6.6.1 (April 26th, 2019)
------------------------------------------------------------
* Fix for GDAL 2.5 compatibility
OTB-v.6.6.1 - Changes since version 6.6.0 (December 12th, 2018)
-----------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
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