Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Lorensen
VTK
Commits
34298aed
Commit
34298aed
authored
Mar 01, 2012
by
Dave DeMarle
Browse files
Increment version to VTK 5.10.0
Change-Id: I0e4f506374be6383c4843fef47ac7ed2e4b4099b
parent
e46f3ece
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
34298aed
...
...
@@ -87,7 +87,7 @@ endif()
#-----------------------------------------------------------------------------
# VTK version number. An even minor number corresponds to releases.
SET
(
VTK_MAJOR_VERSION 5
)
SET
(
VTK_MINOR_VERSION
9
)
SET
(
VTK_MINOR_VERSION
10
)
SET
(
VTK_BUILD_VERSION 0
)
SET
(
VTK_VERSION
"
${
VTK_MAJOR_VERSION
}
.
${
VTK_MINOR_VERSION
}
.
${
VTK_BUILD_VERSION
}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment