From bb600e269d5beda2cd4d21028117655a8640dc46 Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Fri, 26 Apr 2019 11:13:00 +0200
Subject: [PATCH] DOC: add 6.6.2 changelog and update version number

---
 CMakeLists.txt    | 2 +-
 RELEASE_NOTES.txt | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb4903ca12..faf63eb590 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 5bc27287e5..70e3b52d09 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,9 @@
+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)
 -----------------------------------------------------------
 
-- 
GitLab