vtk-dicom  0.8.14
vtkDICOMBuild.h
1 /*=========================================================================
2 
3  Program: DICOM for VTK
4 
5  Copyright (c) 2012-2022 David Gobbi
6  All rights reserved.
7  See Copyright.txt or http://www.cognitive-antics.net/bsd3.txt for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
14 
15 #ifndef vtkDICOMBuild_h
16 #define vtkDICOMBuild_h
17 
18 /* Source and Build version info. */
19 #define DICOM_SOURCE_VERSION ""
20 #define DICOM_BUILD_DATE ""
21 #define DICOM_BUILD_TIME ""
22 
23 #endif