From 84b1531a7cb8feb35e8c40c6d2d3f0c025f73f78 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Tue, 19 Jan 2010 12:08:38 +0800
Subject: [PATCH] DOC: bump otb version for package generation

---
 CMakeLists.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f5de65c14..98e7fe143a 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,7 +67,7 @@ ADD_DEFINITIONS(
 #-----------------------------------------------------------------------------
 # OTB version number.  An even minor number corresponds to releases.
 SET(OTB_VERSION_MAJOR "3")
-SET(OTB_VERSION_MINOR "0")
+SET(OTB_VERSION_MINOR "2")
 SET(OTB_VERSION_PATCH "0")
 
 
@@ -75,8 +75,6 @@ SET(OTB_VERSION_PATCH "0")
 # enough to distinguish available features of the toolkit.
 SET(OTB_VERSION_STRING "${OTB_VERSION_MAJOR}.${OTB_VERSION_MINOR}.${OTB_VERSION_PATCH}")
 
-
-# => Comment for OTB 3.0.0
 OPTION(BUILD_TESTING "Build testing." OFF)
 
 #-----------------------------------------------------------------------------
-- 
GitLab