mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
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
This commit is contained in:
parent
7bda808395
commit
7d722f6ca3
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ void fe_core_commands_deinit(void);
|
||||||
|
|
||||||
static void print_version(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);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue