SHA256
1
0
forked from pool/libvmime
libvmime/libvmime-nodatetime.diff

18 lines
600 B
Diff

---
src/base.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: libvmime-0.9.1/src/base.cpp
===================================================================
--- libvmime-0.9.1.orig/src/base.cpp
+++ libvmime-0.9.1/src/base.cpp
@@ -74,7 +74,7 @@ const string libname() { return (VMIME_P
*
* @return library version
*/
-const string libversion() { return (VMIME_VERSION " (" __DATE__ " " __TIME__ ")"); }
+const string libversion() { return (VMIME_VERSION " (_""_DATE_""_ causes unnecessary rebuilds - avoid)"); }
/** Return the library API version (eg: "6:1:6").
*