Update irc.c

update version to reflect the change to CTCP UTC
This commit is contained in:
Colten Edwards
2021-04-25 08:23:32 -06:00
committed by GitHub
parent 50847e8fc0
commit bb51ffc7b2

View File

@@ -73,7 +73,7 @@ CVS_REVISION(irc_c)
* mm = minor version
* pp = patchlevel (00 = development, 01 = release)
*/
const unsigned long bitchx_numver = 120100;
const unsigned long bitchx_numver = 120200;
/*
* INTERNAL_VERSION is the number that the special alias $V returns.
@@ -82,7 +82,7 @@ const unsigned long bitchx_numver = 120100;
* Its format is actually YYYYMMDD, for the _release_ date of the
* client..
*/
const char internal_version[] = "20121231";
const char internal_version[] = "20210425";
int irc_port = IRC_PORT, /* port of ircd */
strip_ansi_in_echo,