From 7bf7282f2f2a113eb0530fc7f68ad22d0be1e2a1 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Thu, 4 Oct 2012 16:49:37 +0200
Subject: [PATCH] ENH: update version number

---
 CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7ec37821a3..0802786c7b 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 "14")
-SET(OTB_VERSION_PATCH "1")
+SET(OTB_VERSION_MINOR "15")
+SET(OTB_VERSION_PATCH "0")
 
 # Version string should not include patch level.  The major.minor is
 # enough to distinguish available features of the toolkit.
@@ -379,11 +379,11 @@ IF(NOT OTB_INSTALL_NO_DEVELOPMENT)
     ${OTB_SOURCE_DIR}/CMake/OTBWrapperMacros.cmake
     DESTINATION ${OTB_INSTALL_PACKAGE_DIR}
     COMPONENT Development)
-    
+
   INSTALL(FILES ${OTB_BINARY_DIR}/otbConfigure.h
     DESTINATION ${OTB_INSTALL_INCLUDE_DIR}
     COMPONENT Development)
-  
+
   INSTALL(FILES
     ${OTB_SOURCE_DIR}/CMake/FindFFTW.cmake
     ${OTB_SOURCE_DIR}/CMake/FindEXPAT.cmake
-- 
GitLab