From 71c0405d75ce3f797aa2f5d4e80cfebe230099e9 Mon Sep 17 00:00:00 2001 From: Cyrille Valladeau <cyrille.valladeau@c-s.fr> Date: Wed, 29 Jun 2011 15:17:59 +0200 Subject: [PATCH] ENH: change OTB version : 3.9.1 => 3.10.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea0c196f0b..49f974cadf 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. -- GitLab