VTK
vtkVersionMacros.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkVersionMacros.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 #ifndef vtkVersionMacros_h
16 #define vtkVersionMacros_h
17 
18 /* In development versions the minor component is odd and the build
19  component encodes a date in CCYYMMDD format. In release versions
20  (or preparation of one) the minor component is even and the build
21  component is a small integer patch level. */
22 #define VTK_MAJOR_VERSION 6
23 #define VTK_MINOR_VERSION 3
24 #define VTK_BUILD_VERSION 0
25 #define VTK_VERSION "6.3.0"
26 
27 #endif