diff --git a/source/irc.c b/source/irc.c index 9d65d4a..dd6262f 100644 --- a/source/irc.c +++ b/source/irc.c @@ -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,