Skip to content

Commit

Permalink
Merge pull request #4 from LIHPC-Computational-Geometry/port_vtk9_8.5.1
Browse files Browse the repository at this point in the history
Version 4.3.2. Port cmake VTK 7.1.1/9.3.0 GUIToolkitsVariables v 1.5.…
  • Loading branch information
CharlesPignerol authored Jun 14, 2024
2 parents 14d33df + 8f141f3 commit 4c2d7e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set (QQUALIF_MAJOR_VERSION "4")
set (QQUALIF_MINOR_VERSION "3")
set (QQUALIF_RELEASE_VERSION "1")
set (QQUALIF_RELEASE_VERSION "2")
set (QQUALIF_VERSION ${QQUALIF_MAJOR_VERSION}.${QQUALIF_MINOR_VERSION}.${QQUALIF_RELEASE_VERSION})


2 changes: 1 addition & 1 deletion src/GQVtk/VtkQualifSerie.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <vtkConfigure.h> // VTK_MAJOR_VERSION ...
#include <vtkVersion.h> // VTK_MAJOR_VERSION

#include "GQVtk/VtkQualifSerie.h"
#include "GQualif/QualifHelper.h"
Expand Down
7 changes: 7 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Version 4.3.2 : 14/06/24
===============

Portage cmake VTK 7.1.1/9.3.0 GUIToolkitsVariables v 1.5.0 (VTK_MAJOR_VERSION).


Version 4.3.1 : 25/04/24
===============

Migration GMDS.


Version 4.3.0 : 13/12/23
===============

Expand Down

0 comments on commit 4c2d7e1

Please sign in to comment.