diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb4903ca12bfb53ce0501117b30732cffd08807e..faf63eb59061bcf18ca0978471fc97b70e9ae309 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 5bc27287e5331d5b29b8e2d9987eb6a7d1ad0792..70e3b52d095a97f36ffe722e232da311f37c1f03 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)
 -----------------------------------------------------------