Skip to content

Commit

Permalink
ENH: Increase VTK's version to 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Partyka committed Sep 23, 2010
1 parent 3c21773 commit c3459c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -64,7 +64,7 @@ INCLUDE(vtkCompilerExtras)
# VTK version number. An even minor number corresponds to releases.
SET(VTK_MAJOR_VERSION 5)
SET(VTK_MINOR_VERSION 6)
SET(VTK_BUILD_VERSION 0)
SET(VTK_BUILD_VERSION 1)
SET(VTK_VERSION
"${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}.${VTK_BUILD_VERSION}")

Expand Down

0 comments on commit c3459c3

Please sign in to comment.