From 5d0ffbee572f7703f3c54be1e5f9bd4a6f83f5da Mon Sep 17 00:00:00 2001 From: regrain Date: Tue, 18 Oct 2005 07:52:44 +0000 Subject: [PATCH 1/1] * Prepare the modifications for a new DocEntry structuration * Update the version and do a CVS branch -- BeNours --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}") -- 2.46.1