2013-07-13 14:15:10 +02:00
|
|
|
Index: VTK6.0.0/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
2012-10-27 20:19:25 +02:00
|
|
|
===================================================================
|
2013-07-13 14:15:10 +02:00
|
|
|
--- VTK6.0.0.orig/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
|
|
|
+++ VTK6.0.0/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
2012-10-27 20:19:25 +02:00
|
|
|
@@ -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)
|