From: malaterre Date: Mon, 8 Nov 2004 15:45:52 +0000 (+0000) Subject: ENH: update version X-Git-Tag: Version1.0.bp~624 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0007504efe0e9399a5da4f97a63afc88c528c25d;p=gdcm.git ENH: update version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fce4b7ad..7438ca39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 1.8) #----------------------------------------------------------------------------- # GDCM version number, usefull for packaging and doxygen doc: SET(GDCM_MAJOR_VERSION 0) -SET(GDCM_MINOR_VERSION 6) +SET(GDCM_MINOR_VERSION 7) SET(GDCM_BUILD_VERSION 0) SET(GDCM_VERSION "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}.${GDCM_BUILD_VERSION}")