VTK
|
00001 /*========================================================================= 00002 00003 Program: Visualization Toolkit 00004 Module: vtkVersionMacros.h 00005 00006 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 00007 All rights reserved. 00008 See Copyright.txt or http://www.kitware.com/Copyright.htm for details. 00009 00010 This software is distributed WITHOUT ANY WARRANTY; without even 00011 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00012 PURPOSE. See the above copyright notice for more information. 00013 00014 =========================================================================*/ 00015 #ifndef vtkVersionMacros_h 00016 #define vtkVersionMacros_h 00017 00018 /* In development versions the minor component is odd and the build 00019 component encodes a date in CCYYMMDD format. In release versions 00020 (or preparation of one) the minor component is even and the build 00021 component is a small integer patch level. */ 00022 #define VTK_MAJOR_VERSION 6 00023 #define VTK_MINOR_VERSION 2 00024 #define VTK_BUILD_VERSION 0 00025 #define VTK_VERSION "6.2.0" 00026 00027 #endif