Skip to content

Commit

Permalink
rev to version 421
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Martin committed Feb 27, 2003
1 parent 09b2a53 commit c6a0ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" GREATER 1.5)
# VTK version number. An even minor number corresponds to releases.
SET(VTK_MAJOR_VERSION 4)
SET(VTK_MINOR_VERSION 2)
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 c6a0ede

Please sign in to comment.