From: regrain Date: Tue, 18 Oct 2005 07:52:44 +0000 (+0000) Subject: * Prepare the modifications for a new DocEntry structuration X-Git-Tag: Version1.2.bp X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5d0ffbee572f7703f3c54be1e5f9bd4a6f83f5da;p=gdcm.git * Prepare the modifications for a new DocEntry structuration * Update the version and do a CVS branch -- BeNours --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cc7a6102..48e2e508 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ 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 1) +SET(GDCM_MINOR_VERSION 2) +SET(GDCM_BUILD_VERSION 0) SET(GDCM_VERSION "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}.${GDCM_BUILD_VERSION}")