From: malaterre Date: Tue, 30 Aug 2005 15:33:57 +0000 (+0000) Subject: ENH: As per Benoit's request, increase gdcm version. This is the only central place... X-Git-Tag: Version1.2.bp~165 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=89c2142f27ea79bfb11e17882806679ed97089e2;p=gdcm.git ENH: As per Benoit's request, increase gdcm version. This is the only central place holder that are reperecuted in the c++ code --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 436eaf62..98f974bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.0) # GDCM version number, usefull for packaging and doxygen doc: SET(GDCM_MAJOR_VERSION 1) SET(GDCM_MINOR_VERSION 1) -SET(GDCM_BUILD_VERSION 0) +SET(GDCM_BUILD_VERSION 1) SET(GDCM_VERSION "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}.${GDCM_BUILD_VERSION}")