From 998aa4a03f2f7e299226e84fbc7c0c02143f863e Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 7 Jun 2005 14:41:46 +0000 Subject: [PATCH] ENH: Fix project number, CVS HEAD IS NOT 1.0 anymore. Also trying to add comment in Examples does not work... --- CMakeLists.txt | 4 ++-- Example/AnonymizeDicomDir.cxx | 8 ++++++-- gdcmConfigure.h.in | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e0aa193..86f8d6d2 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 0) -SET(GDCM_BUILD_VERSION 1) +SET(GDCM_MINOR_VERSION 1) +SET(GDCM_BUILD_VERSION 0) SET(GDCM_VERSION "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}.${GDCM_BUILD_VERSION}") diff --git a/Example/AnonymizeDicomDir.cxx b/Example/AnonymizeDicomDir.cxx index 424390b5..f4ab3fe3 100644 --- a/Example/AnonymizeDicomDir.cxx +++ b/Example/AnonymizeDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: AnonymizeDicomDir.cxx,v $ Language: C++ - Date: $Date: 2005/06/07 11:12:10 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/06/07 14:41:47 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -31,6 +31,10 @@ #include +/** + * \brief AnonymizeDicomDir + */ + void AnoNoLoad(gdcm::SQItem *s, std::fstream *fp, uint16_t group, uint16_t elem, std::string val); diff --git a/gdcmConfigure.h.in b/gdcmConfigure.h.in index 81641613..3a56d724 100644 --- a/gdcmConfigure.h.in +++ b/gdcmConfigure.h.in @@ -1,3 +1,21 @@ +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmConfigure.h.in,v $ + Language: C++ + Date: $Date: 2005/06/07 14:41:46 $ + Version: $Revision: 1.16 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #ifndef __gdcmConfigure_h #define __gdcmConfigure_h -- 2.45.0