tag as 1.3.1-an

This commit is contained in:
Ailin Nemui 2021-12-17 22:42:13 +01:00
commit 85a6ade7e8
4 changed files with 8 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 */