Update irc.c
update version to reflect the change to CTCP UTC
This commit is contained in:
@@ -73,7 +73,7 @@ CVS_REVISION(irc_c)
|
|||||||
* mm = minor version
|
* mm = minor version
|
||||||
* pp = patchlevel (00 = development, 01 = release)
|
* 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.
|
* 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
|
* Its format is actually YYYYMMDD, for the _release_ date of the
|
||||||
* client..
|
* client..
|
||||||
*/
|
*/
|
||||||
const char internal_version[] = "20121231";
|
const char internal_version[] = "20210425";
|
||||||
|
|
||||||
int irc_port = IRC_PORT, /* port of ircd */
|
int irc_port = IRC_PORT, /* port of ircd */
|
||||||
strip_ansi_in_echo,
|
strip_ansi_in_echo,
|
||||||
|
|||||||
Reference in New Issue
Block a user