From fa3d6ae080d5f249fba1a0e06346eedd0739c2ff Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Wed, 1 Feb 2012 17:35:00 +0100 Subject: [PATCH] ENH: bump version numbers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f25178b75b..4dc93a54e4 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 "12") +SET(OTB_VERSION_MINOR "13") SET(OTB_VERSION_PATCH "0") # Version string should not include patch level. The major.minor is -- GitLab