From 557bb99a85a5ac3430d8c8a9ac9421c2f459fe8a Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Mon, 6 Dec 2010 13:10:40 +0100 Subject: [PATCH] ENH: update version number to 3.8.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 687346f4ba..6aa8f06130 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ INCLUDE(SourceStatus) #----------------------------------------------------------------------------- # OTB version number. An even minor number corresponds to releases. SET(OTB_VERSION_MAJOR "3") -SET(OTB_VERSION_MINOR "7") +SET(OTB_VERSION_MINOR "8") SET(OTB_VERSION_PATCH "0") # Version string should not include patch level. The major.minor is -- GitLab