Skip to content

Commit 217aa9b

Browse files
Merge pull request #15 from LIHPC-Computational-Geometry/version_5.13.0-fix
Version 5.13.0. vtkFrustumWidget fix: it is now possible to change th…
2 parents 047cd70 + 2ca12cc commit 217aa9b

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)