From 8fc60a03e05c8ee6f1b0e8e2a50428af2f69f1d4 Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 21 Apr 2006 22:56:00 +0000 Subject: (print_version): print build date --- AUTHORS | 1 + ChangeLog | 4 ++++ NEWS | 4 +++- src/main.c | 4 ++-- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2e4c1e2..adc9ece 100644 --- a/AUTHORS +++ b/AUTHORS @@ -37,3 +37,4 @@ Bernhard R. Link Tobias C. Rittweiler Antti Nykänen rubikitch +Florian E.J. Fruth diff --git a/ChangeLog b/ChangeLog index 161642e..80738db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-21 Shawn Betts + + * src/main.c (print_version): print build date + 2006-04-20 Shawn Betts * src/actions.h: new command sfrestore diff --git a/NEWS b/NEWS index d9c5ae3..be8c238 100644 --- a/NEWS +++ b/NEWS @@ -7,11 +7,13 @@ are permitted in any medium without royalty provided the copyright notice and this notice are preserved. * Changes since 1.4.0 -** support for i18n fonts +** build date in ratpoison -v ** new command sfrestore restores frame configurations for multiple screens. +** support for i18n fonts + * Changes since 1.4.0-beta4 ** new parameters in frame dumps :screenh and :screenw specify the size of the screen the frame was diff --git a/src/main.c b/src/main.c index d04693b..45feeea 100644 --- a/src/main.c +++ b/src/main.c @@ -283,8 +283,8 @@ set_sig_handler (int sig, void (*action)(int)) void print_version () { - printf ("%s %s\n", PACKAGE, VERSION); - printf ("Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts\n\n"); + printf ("%s %s (built %s %s)\n", PACKAGE, VERSION, __DATE__, __TIME__); + printf ("Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Shawn Betts\n\n"); exit (EXIT_SUCCESS); } -- cgit v1.2.3