Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Andrew Bauer
VTK
Commits
c3459c33
Commit
c3459c33
authored
Sep 23, 2010
by
David Partyka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Increase VTK's version to 5.6.1
parent
3c21773c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
c3459c33
...
...
@@ -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
}
"
)
...
...
Write
Preview
Markdown
is supported
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