summaryrefslogtreecommitdiff
path: root/dustmite.d
diff options
context:
space:
mode:
Diffstat (limited to 'dustmite.d')
-rw-r--r--dustmite.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/dustmite.d b/dustmite.d
index 3177cbe..918f49e 100644
--- a/dustmite.d
+++ b/dustmite.d
@@ -209,7 +209,7 @@ int main(string[] args)
enum source = import("source");
else
enum source = "upstream";
- stdout.writeln("DustMite build ", __DATE__, " (", source, "), built with ", __VENDOR__, " ", __VERSION__);
+ stdout.writeln("DustMite build (", source, "), built with ", __VENDOR__, " ", __VERSION__);
if (args.length == 1)
return 0;
}