summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-06-12 06:57:06 +0200
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-06-12 06:57:06 +0200
commitcaf8e163e4f11ac589d8671552ceae90893eae7d (patch)
tree56867d7d3cdb26a03ce8b333ed33993bcdc818e0 /src/main.c
parent492a06066ae5cca4054dbf3241863fb842eddcd1 (diff)
downloadratpoison-caf8e163e4f11ac589d8671552ceae90893eae7d.zip
Stop embedding build time, it makes builds less reproducible.
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 52dbcce..900a828 100644
--- a/src/main.c
+++ b/src/main.c
@@ -340,7 +340,7 @@ set_sig_handler (int sig, void (*action)(int))
static void
print_version (void)
{
- printf ("%s %s (built %s %s)\n", PACKAGE, VERSION, __DATE__, __TIME__);
+ printf ("%s %s\n", PACKAGE, VERSION);
printf ("Copyright (C) 2000-2008 Shawn Betts\n\n");
exit (EXIT_SUCCESS);