summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3bce0f0..bcd76db 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,7 +61,7 @@ void props_new(struct props* p) {
* NOTE: Version information is pulled from a macro defined by the Makefile.
*/
void version_print(FILE* fd) {
- fprintf(fd, "luminous %s\n", xstr(VERSTR));
+ fprintf(fd, "luminous %s (compiled: %s)\n", xstr(VERSTR), xstr(DATESTR));
}

Generated by cgit