From 7d722f6ca3500fa9d9383c75e1bee2202b58a167 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 15 Dec 2001 23:33:44 +0000 Subject: irssi --version now prints the IRSSI_VERSION_TIME as well git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2258 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/fe-common-core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fe-common') diff --git a/src/fe-common/core/fe-common-core.c b/src/fe-common/core/fe-common-core.c index 4399c4d6..8cb3ce77 100644 --- a/src/fe-common/core/fe-common-core.c +++ b/src/fe-common/core/fe-common-core.c @@ -97,7 +97,8 @@ void fe_core_commands_deinit(void); static void print_version(void) { - printf(PACKAGE" " IRSSI_VERSION" (%d)\n", IRSSI_VERSION_DATE); + printf(PACKAGE" " IRSSI_VERSION" (%d %d)\n", + IRSSI_VERSION_DATE, IRSSI_VERSION_TIME); exit(0); } -- cgit v1.2.3