From 89c2142f27ea79bfb11e17882806679ed97089e2 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 30 Aug 2005 15:33:57 +0000 Subject: [PATCH] ENH: As per Benoit's request, increase gdcm version. This is the only central place holder that are reperecuted in the c++ code --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- 2.45.1