summaryrefslogtreecommitdiff
path: root/ipc-client/main.c
diff options
context:
space:
mode:
authorChristoph Egger <christoph@debian.org>2017-10-01 17:10:53 +0200
committerChristoph Egger <christoph@debian.org>2017-10-01 17:10:53 +0200
commit73fcff0f38f403196d4e24ae531b69e47e730c2c (patch)
treeef547edbd9042024f27a0a4ae726e38a80ff04f3 /ipc-client/main.c
parent6408afb89ac2e05a222fa6bfe356a4ef1f8003b8 (diff)
Diffstat (limited to 'ipc-client/main.c')
-rw-r--r--ipc-client/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc-client/main.c b/ipc-client/main.c
index 8b683013..fca5b446 100644
--- a/ipc-client/main.c
+++ b/ipc-client/main.c
@@ -17,7 +17,7 @@
#include "client-utils.h"
#define HERBSTCLIENT_VERSION_STRING \
- "herbstclient " HERBSTLUFT_VERSION " (built on " __DATE__ ")\n"
+ "herbstclient " HERBSTLUFT_VERSION " (built on " BUILD_DATE ")\n"
void print_help(char* command, FILE* file);
void init_hook_regex(int argc, char* argv[]);