]> Creatis software - gdcm.git/commitdiff
ENH: Fix project number, CVS HEAD IS NOT 1.0 anymore. Also trying to add comment...
authormalaterre <malaterre>
Tue, 7 Jun 2005 14:41:46 +0000 (14:41 +0000)
committermalaterre <malaterre>
Tue, 7 Jun 2005 14:41:46 +0000 (14:41 +0000)
CMakeLists.txt
Example/AnonymizeDicomDir.cxx
gdcmConfigure.h.in

index 9e0aa193091a650abd9e0a0d8cb72fc5f11d43f9..86f8d6d2b9530f670d2b227fc0c2f711cab4e240 100644 (file)
@@ -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}")
 
index 424390b5ddc444c250747ff763b2bda29b294536..f4ab3fe3dba629b8805e1892851bdec3dba31df8 100644 (file)
@@ -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
 
 #include <iostream>
 
+/**
+ * \brief AnonymizeDicomDir
+ */
+
 void AnoNoLoad(gdcm::SQItem *s, std::fstream *fp, 
                uint16_t group, uint16_t elem, 
                std::string val);
index 816416132434a802ece72e092d83c00e6f9ac2fb..3a56d724fcd09a67fe5bde41c92f484c48a9805a 100644 (file)
@@ -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