Skip to content

Commit

Permalink
VTK nightly version update
Browse files Browse the repository at this point in the history
This commit updates:
  (1) SHA used in CMakeLists.txt to checkout VTK sources
          (Kitware/VTK@2a775bf)
  (2) VERSION variable set in vtkVersion.py

It was automatically generated by the script update_python_version.sh [1]

[1] https://github.com/jcfr/VTKPythonPackage/blob/033b1a6/scripts/update_python_version.py
  • Loading branch information
kwrobot authored and jcfr committed Jul 18, 2017
1 parent 41b08db commit 64c8a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ if(VTKPythonPackage_SUPERBUILD)
include(ExternalProject)

set(VTK_REPOSITORY "https://github.com/kitware/VTK.git")
# VTK nightly-master 2017-07-14
set(VTK_GIT_TAG "fb181d5")
# VTK nightly-master 2017-07-17
set(VTK_GIT_TAG "2a775bf")

#-----------------------------------------------------------------------------
# A separate project is used to download VTK, so that it can reused
Expand Down
2 changes: 1 addition & 1 deletion vtkVersion.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '8.0.0.dev20170714+404.gfb181d5'
VERSION = '8.0.0.dev20170717+413.g2a775bf'

def get_versions():
"""Returns versions for the VTK Python package.
Expand Down

0 comments on commit 64c8a71

Please sign in to comment.