Skip to content

Commit 8f141f3

Browse files
author
Charles PIGNEROL
committed
Version 4.3.2. Port cmake VTK 7.1.1/9.3.0 GUIToolkitsVariables v 1.5.0 (VTK_MAJOR_VERSION).
1 parent 14d33df commit 8f141f3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set (QQUALIF_MAJOR_VERSION "4")
66
set (QQUALIF_MINOR_VERSION "3")
7-
set (QQUALIF_RELEASE_VERSION "1")
7+
set (QQUALIF_RELEASE_VERSION "2")
88
set (QQUALIF_VERSION ${QQUALIF_MAJOR_VERSION}.${QQUALIF_MINOR_VERSION}.${QQUALIF_RELEASE_VERSION})
99

1010

src/GQVtk/VtkQualifSerie.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <vtkConfigure.h> // VTK_MAJOR_VERSION ...
1+
#include <vtkVersion.h> // VTK_MAJOR_VERSION
22

33
#include "GQVtk/VtkQualifSerie.h"
44
#include "GQualif/QualifHelper.h"

versions.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
Version 4.3.2 : 14/06/24
2+
===============
3+
4+
Portage cmake VTK 7.1.1/9.3.0 GUIToolkitsVariables v 1.5.0 (VTK_MAJOR_VERSION).
5+
6+
17
Version 4.3.1 : 25/04/24
28
===============
39

410
Migration GMDS.
511

12+
613
Version 4.3.0 : 13/12/23
714
===============
815

0 commit comments

Comments
 (0)