Go to the documentation of this file. 3 #ifndef vtkVersionMacros_h 4 #define vtkVersionMacros_h 10 #define VTK_BUILD_VERSION 20240617 11 #define VTK_VERSION "9.3.20240617" 13 #define VTK_SOURCE_VERSION "vtk version " VTK_VERSION 15 #define VTK_VERSION_NUMBER \ 16 VTK_VERSION_CHECK(VTK_MAJOR_VERSION, VTK_MINOR_VERSION, VTK_BUILD_VERSION)