Skip to content

Commit

Permalink
Fix bug on nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Aug 11, 2023
1 parent 8f50c24 commit 51a9d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set (QT_VTK_MAJOR_VERSION "8")
set (QT_VTK_MINOR_VERSION "4")
set (QT_VTK_RELEASE_VERSION "0")
set (QT_VTK_RELEASE_VERSION "1")
set (QT_VTK_VERSION ${QT_VTK_MAJOR_VERSION}.${QT_VTK_MINOR_VERSION}.${QT_VTK_RELEASE_VERSION})


0 comments on commit 51a9d3f

Please sign in to comment.