diff --git a/CMakeLists.txt b/CMakeLists.txt
index ea0c196f0bd6cfa2b9ed2740564e9ea18107c0d3..49f974cadfef1e8f92d43c773082f52b12124c75 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,8 +28,8 @@ INCLUDE(SourceStatus)
 #-----------------------------------------------------------------------------
 # OTB version number.  An even minor number corresponds to releases.
 SET(OTB_VERSION_MAJOR "3")
-SET(OTB_VERSION_MINOR "9")
-SET(OTB_VERSION_PATCH "1")
+SET(OTB_VERSION_MINOR "10")
+SET(OTB_VERSION_PATCH "0")
 
 # Version string should not include patch level.  The major.minor is
 # enough to distinguish available features of the toolkit.