mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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:
parent
09ca671577
commit
af6b115527
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue