continue head

This commit is contained in:
Ailin Nemui 2021-09-07 01:21:35 +02:00
commit 2003446e98
4 changed files with 5 additions and 3 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 "-an";
return PACKAGE_VERSION;
}
/* current value of CMDCHARS */