aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index b696cda..4fb9dd1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,7 +13,9 @@
/* some text to be printed */
#define URL "https://github.com/eworm-de/nullshell"
-#define BANNER "Do-nothing-loop by nullshell " VERSION " (" URL ").\n"
+#define BANNER "Do-nothing-loop by nullshell " VERSION ",\n" \
+ "compiled on " __DATE__ " " __TIME__ ".\n" \
+ "Visit homepage: " URL "\n"
#endif /* _CONFIG_H */