vtkVersionFull.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtkVersionFull_h
4 #define vtkVersionFull_h
5 
6 /* This is in its own header to reduce build dependencies */
7 
8 #define VTK_VERSION_FULL "9.7.0.rc2-14-g7718c4c6e1"
9 
10 #endif