vtkPVVersion.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 
4 #ifndef vtkPVVersion_h
5 #define vtkPVVersion_h
6 
7 #include "vtkPVVersionQuick.h"
8 
9 #define PARAVIEW_VERSION_PATCH 0
10 #define PARAVIEW_VERSION_FULL "5.12.0-776-gfc5a2391cc"
11 
12 #define PARAVIEW_VERSION_NUMBER \
13  PARAVIEW_VERSION_CHECK(PARAVIEW_VERSION_MAJOR, PARAVIEW_VERSION_MINOR, PARAVIEW_VERSION_PATCH)
14 
15 #endif