VTK-m  2.2
Version.h
Go to the documentation of this file.
1 //============================================================================
2 // Copyright (c) Kitware, Inc.
3 // All rights reserved.
4 // See LICENSE.txt for details.
5 //
6 // This software is distributed WITHOUT ANY WARRANTY; without even
7 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8 // PURPOSE. See the above copyright notice for more information.
9 //============================================================================
10 #ifndef vtk_m_Version_h
11 #define vtk_m_Version_h
12 
13 #define VTKM_VERSION_MAJOR 2
14 #define VTKM_VERSION_MINOR 2
15 #define VTKM_VERSION_PATCH 0
16 #define VTKM_VERSION_FULL "2.2.0-103-gc71aa01ee"
17 #define VTKM_VERSION "2.2"
18 
19 #endif //vtk_m_Version_h