VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
debian
build
Common
Core
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 1
24
#define VTK_BUILD_VERSION 0
25
#define VTK_VERSION "6.1.0"
26
27
#endif
Generated on Thu Mar 12 2015 20:31:32 for VTK by
1.8.8