This commit is contained in:
Ailin Nemui 2021-09-01 23:37:11 +02:00
commit 2cdcf86174
5 changed files with 291 additions and 26 deletions

View file

@ -322,7 +322,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 PACKAGE_VERSION;
return PACKAGE_VERSION "-an";
}
/* current value of CMDCHARS */