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.3.0-2344-ge0b9ddb4b4"
9 
10 #endif