diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); } |