2016-11-30 22:26:01 -05:00
|
|
|
--- a/libdispatch/derror.c
|
|
|
|
+++ b/libdispatch/derror.c
|
|
|
|
@@ -13,7 +13,7 @@
|
|
|
|
#endif
|
|
|
|
|
2020-10-25 06:20:55 -04:00
|
|
|
/** @internal The version string for the library, used by
|
|
|
|
* nc_inq_libvers(). */
|
2016-11-30 22:26:01 -05:00
|
|
|
-static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" $";
|
2020-10-25 06:20:55 -04:00
|
|
|
+static const char nc_libvers[] = PACKAGE_VERSION " $";
|
2016-11-30 22:26:01 -05:00
|
|
|
|
|
|
|
/**
|