From f12a4a7dcf3fae5609f2c6ee33137d571c55f7de Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Mon, 25 Jun 2012 19:15:41 +0200 Subject: [PATCH] ENH: update version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78e9f1c3f8..ea10674333 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 "13") +SET(OTB_VERSION_MINOR "14") SET(OTB_VERSION_PATCH "0") # Version string should not include patch level. The major.minor is -- GitLab