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
d65b8eee
Commit
d65b8eee
authored
Sep 11, 2015
by
Utkarsh Ayachit
⛰
Browse files
Merge branch 'update_version_4.4.0'
* update_version_4.4.0: Update version to 4.4.0.
parents
0cbf86fa
72bd8854
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMake/DetermineParaViewVersion.cmake
View file @
d65b8eee
...
...
@@ -7,7 +7,7 @@
# pv_version
# pv_version_long
set
(
hardcoded_paraview_version
"4.4.0
-RC2
"
)
set
(
hardcoded_paraview_version
"4.4.0"
)
function
(
_set_version_vars versiontext
)
string
(
REGEX MATCH
"([0-9]+)
\\
.([0-9]+)
\\
.([0-9]+)[-]*(.*)"
version_matches
"
${
versiontext
}
"
)
...
...
versions.cmake
View file @
d65b8eee
...
...
@@ -145,7 +145,7 @@ if (ParaView_FROM_GIT)
# Download PV from GIT
add_customizable_revision
(
paraview
GIT_REPOSITORY https://gitlab.kitware.com/paraview/paraview.git
GIT_TAG
"
master
"
)
GIT_TAG
"
v4.4.0
"
)
else
()
if
(
ParaView_FROM_SOURCE_DIR
)
add_customizable_revision
(
paraview
...
...
@@ -153,8 +153,8 @@ else()
else
()
# Variables to hold the URL and MD5 (optional)
add_customizable_revision
(
paraview
URL
"http://www.paraview.org/files/v4.4/ParaView-v4.4.0-
RC2-
source.tar.gz"
URL_MD5
"
e8b9e67629a0f0032b4d32271341850
8"
)
URL
"http://www.paraview.org/files/v4.4/ParaView-v4.4.0-source.tar.gz"
URL_MD5
"
fa1569857dd680ebb4d7ff89c222737
8"
)
endif
()
endif
()
...
...
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