Skip to content

Commit 17205db

Browse files
author
Charles PIGNEROL
committed
Version 5.8.0. Class vtkViewCubeActor. This class allows you to orient a 3D view by clicking on its 26 faces. With each click, the camera is positioned so that it is normal to the clicked face.
1 parent f6a9746 commit 17205db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44

55
set (VTK_CONTRIB_MAJOR_VERSION "5")
6-
set (VTK_CONTRIB_MINOR_VERSION "7")
7-
set (VTK_CONTRIB_RELEASE_VERSION "1")
6+
set (VTK_CONTRIB_MINOR_VERSION "8")
7+
set (VTK_CONTRIB_RELEASE_VERSION "0")
88
set (VTK_CONTRIB_VERSION ${VTK_CONTRIB_MAJOR_VERSION}.${VTK_CONTRIB_MINOR_VERSION}.${VTK_CONTRIB_RELEASE_VERSION})
99

1010

0 commit comments

Comments
 (0)