Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump for ParaView's build #24

Merged
merged 2 commits into from
Jun 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions paraview/patch/paraview-5.4.0-CMakeLists.txt.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
--- a/Applications/ParaView/CMakeLists.txt 2016-06-18 17:39:09.000000000 +0200
+++ b/Applications/ParaView/CMakeLists.txt 2016-07-10 11:19:08.279995954 +0200
@@ -75,7 +75,7 @@
# ParaView itself needs vtkPVStaticPluginsInit as well.
set(SUPPORT_STATIC_PLUGINS TRUE)

-set(title "ParaView ${PARAVIEW_VERSION_FULL} ${PARAVIEW_BUILD_ARCHITECTURE}-bit")
+set(title "TTK 0.9.2 - ParaView ${PARAVIEW_VERSION_FULL}")
if("${VTK_RENDERING_BACKEND}" STREQUAL "OpenGL")
set(title "${title} (Legacy Rendering Backend)")
endif()
@@ -84,7 +84,7 @@
build_paraview_client(paraview
APPLICATION_NAME "ParaView"
TITLE ${title}
- ORGANIZATION "ParaView"
+ ORGANIZATION "TTK"
VERSION_MAJOR ${PARAVIEW_VERSION_MAJOR}
VERSION_MINOR ${PARAVIEW_VERSION_MINOR}
VERSION_PATCH ${PARAVIEW_VERSION_PATCH}