Skip to content

Commit 2ca12cc

Browse files
author
Charles PIGNEROL
committed
Version 5.13.0. vtkFrustumWidget fix: it is now possible to change the origin of one of the trunk planes
via vtkFrustumWidget->SetPlane(SIDE, origin, normal).
1 parent 047cd70 commit 2ca12cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/version.cmake

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

55
set (VTK_CONTRIB_MAJOR_VERSION "5")
6-
set (VTK_CONTRIB_MINOR_VERSION "12")
6+
set (VTK_CONTRIB_MINOR_VERSION "13")
77
set (VTK_CONTRIB_RELEASE_VERSION "0")
88
set (VTK_CONTRIB_VERSION ${VTK_CONTRIB_MAJOR_VERSION}.${VTK_CONTRIB_MINOR_VERSION}.${VTK_CONTRIB_RELEASE_VERSION})
99

0 commit comments

Comments
 (0)