<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:10pt; color:#000000; background-color:#FFFFFF; font-family:Arial,Helvetica,sans-serif">
<p>Hello Community,</p>
<p><br>
</p>
<p>I just installed ParaView 5.0.0 and loaded a vtk-file which worked under ParaView 4.2.0! Doing so I receive the warning 'Reading file version: 4.2 with older reader version 4.0', suggesting that an outdated vtk version is used to read the file. I should
 mention that changing the header line in the vtk-file from '# vtk DataFile Version 4.2' to '<span style="font-size:10pt"># vtk DataFile Version 4.2' does the trick, however, I don't understand why ParaView complains? I read that</span><span style="font-size: 10pt;"> ParaView
 uses it's own vtk version which seems to be 7.1.0 (see below), so why this warning? Is there anything else I can can do to fix that or is this a bug in ParaView? Thanks!</span></p>
<p><span style="font-size:10pt"><br>
</span></p>
<p><span style="font-size:10pt">from __future__import print_function</span></p>
<p><span style="font-size:10pt">import vtk</span></p>
<p><span style="font-size:10pt">print(vtk.vtkVersion.GetVTKSourceVersion())</span></p>
<p><br>
</p>
<p>Best wishes, Thomas</p>
<p><br>
</p>
</div>
</body>
</html>