mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake
PACKAGE/VERSION ones. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4597 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
918b8400f4
commit
de4c2af324
7 changed files with 8 additions and 9 deletions
|
|
@ -319,7 +319,7 @@ static char *expando_last_invite(SERVER_REC *server, void *item, int *free_ret)
|
|||
/* client version text string */
|
||||
static char *expando_version(SERVER_REC *server, void *item, int *free_ret)
|
||||
{
|
||||
return IRSSI_VERSION;
|
||||
return PACKAGE_VERSION;
|
||||
}
|
||||
|
||||
/* current value of CMDCHARS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue