VTK-m  2.3
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 3
15 #define VTKM_VERSION_PATCH 0
16 #define VTKM_VERSION_FULL "2.3.0-rc1-7-gbd772e741"
17 #define VTKM_VERSION "2.3"
18 
19 #endif //vtk_m_Version_h