Skip to content

Commit 51a9d3f

Browse files
committed
Fix bug on nightly build
1 parent 8f50c24 commit 51a9d3f

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
@@ -4,7 +4,7 @@
44

55
set (QT_VTK_MAJOR_VERSION "8")
66
set (QT_VTK_MINOR_VERSION "4")
7-
set (QT_VTK_RELEASE_VERSION "0")
7+
set (QT_VTK_RELEASE_VERSION "1")
88
set (QT_VTK_VERSION ${QT_VTK_MAJOR_VERSION}.${QT_VTK_MINOR_VERSION}.${QT_VTK_RELEASE_VERSION})
99

1010

0 commit comments

Comments
 (0)