From 2074e8f3cf5a776d95c4c5f6e16636393ef44ca9 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Fri, 30 Sep 2011 10:13:55 +0200
Subject: [PATCH] DOC:update version number to 3.11.0

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f4c3701481..8a09713c48 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ INCLUDE(SourceStatus)
 #-----------------------------------------------------------------------------
 # OTB version number.  An even minor number corresponds to releases.
 SET(OTB_VERSION_MAJOR "3")
-SET(OTB_VERSION_MINOR "10")
+SET(OTB_VERSION_MINOR "11")
 SET(OTB_VERSION_PATCH "0")
 
 # Version string should not include patch level.  The major.minor is
-- 
GitLab