From bb51ffc7b2d1ba10ab21c3b7cae2b1d96b714913 Mon Sep 17 00:00:00 2001 From: Colten Edwards Date: Sun, 25 Apr 2021 08:23:32 -0600 Subject: [PATCH] Update irc.c update version to reflect the change to CTCP UTC --- source/irc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,