From c1fdd0b47fb4c4e9c18a6ad3a5823f8879de46ea Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Mon, 25 Jan 2010 09:43:38 +0100
Subject: [PATCH] DOC: Updating version number

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 98e7fe143a..0f332da174 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,7 +68,7 @@ ADD_DEFINITIONS(
 # OTB version number.  An even minor number corresponds to releases.
 SET(OTB_VERSION_MAJOR "3")
 SET(OTB_VERSION_MINOR "2")
-SET(OTB_VERSION_PATCH "0")
+SET(OTB_VERSION_PATCH "1")
 
 
 # Version string should not include patch level.  The major.minor is
-- 
GitLab