1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-11 03:44:15 -04:00

--version now shows the date version too.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1987 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-11 22:42:26 +00:00 committed by cras
parent 09ca671577
commit af6b115527

View File

@ -99,7 +99,7 @@ void fe_core_commands_deinit(void);
static void print_version(void)
{
printf(PACKAGE" " IRSSI_VERSION"\n");
printf(PACKAGE" " IRSSI_VERSION" ("IRSSI_VERSION_DATE")\n");
exit(0);
}