Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mathieu Westphal
ParaView-Superbuild
Commits
8332e618
Commit
8332e618
authored
Jan 12, 2015
by
Utkarsh Ayachit
⛰
Browse files
Update version to 4.3.0.
Change-Id: I97413ecb92c6ac5145c899d68d0961fc7e8ea56a
parent
b2dbdbb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/paraview_version.cmake
View file @
8332e618
...
...
@@ -3,7 +3,7 @@
set
(
pv_version_major 4
)
set
(
pv_version_minor 3
)
set
(
pv_version_patch 0
)
set
(
pv_version_suffix
"RC1"
)
set
(
pv_version_suffix
)
set
(
pv_version
"
${
pv_version_major
}
.
${
pv_version_minor
}
"
)
if
(
pv_version_suffix
)
set
(
pv_version_long
"
${
pv_version
}
.
${
pv_version_patch
}
-
${
pv_version_suffix
}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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