forked from pool/paraview
30221fcbc6
Update to version 4.0.1 OBS-URL: https://build.opensuse.org/request/show/182960 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=19
14 lines
570 B
Diff
14 lines
570 B
Diff
Index: ParaView-v4.0.1-source/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
|
===================================================================
|
|
--- ParaView-v4.0.1-source.orig/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
|
+++ ParaView-v4.0.1-source/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
|
@@ -9,7 +9,7 @@
|
|
#include "ncdispatch.h"
|
|
|
|
/* Tell the user the version of netCDF. */
|
|
-static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" $";
|
|
+static const char nc_libvers[] = PACKAGE_VERSION;
|
|
|
|
const char *
|
|
nc_inq_libvers(void)
|