mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
IRSSI_VERSION_DATE is now a number, so you can do #iffing with it
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2252 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c0620e0804
commit
1aed7cb956
4 changed files with 6 additions and 5 deletions
|
|
@ -96,8 +96,8 @@ static void cmd_version(char *data)
|
|||
|
||||
if (*data == '\0') {
|
||||
printtext(NULL, NULL, MSGLEVEL_CLIENTNOTICE,
|
||||
"Client: "PACKAGE" " IRSSI_VERSION
|
||||
" ("IRSSI_VERSION_DATE")");
|
||||
"Client: "PACKAGE" " IRSSI_VERSION" (%s)",
|
||||
IRSSI_VERSION_DATE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue