From 38a83107a8cadf3447bc1bf48a36bf1db7fae727 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Fri, 23 May 2008 10:43:51 +0000 Subject: [PATCH] Mise a jour version : 2.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ec6f8c29e..adfdc699c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ ADD_DEFINITIONS( #----------------------------------------------------------------------------- # OTB version number. An even minor number corresponds to releases. SET(OTB_VERSION_MAJOR "2") -SET(OTB_VERSION_MINOR "0") +SET(OTB_VERSION_MINOR "2") SET(OTB_VERSION_PATCH "0") # Version string should not include patch level. The major.minor is -- GitLab