Skip to content
Snippets Groups Projects
Commit beca0e62 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Increment IRCd version to 1.10

Hopefully Cyan agrees that 1.10 was the logical next version number.
Hopefully these are the only 2 places where the version is duplicated.
parent e3b6119f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -37,7 +37,7 @@ load("ircd/server.js");
load("ircd/config.js");
/*** Global Constants - Always in ALL_UPPERCASE ***/
const VERSION = "SynchronetIRCd-1.9";
const VERSION = "SynchronetIRCd-1.10";
const VERSION_STR = format(
"Synchronet %s%s-%s%s (IRCd by Randy Sommerfeld)",
system.version, system.revision,
......
......@@ -1370,7 +1370,7 @@ function IRCClient_do_info() {
this.hostname,
this.servername
));
this.numeric(371, ":--=-=-=-=-=-=-=-=-=-=-*[ The Synchronet IRCd 1.9 ]*-=-=-=-=-=-=-=-=-=-=--");
this.numeric(371, ":--=-=-=-=-=-=-=-=-=-=-*[ The Synchronet IRCd 1.10 ]*=-=-=-=-=-=-=-=-=-=--");
this.numeric(371, ": IRCd Copyright 2003-2023 by Randy Sommerfeld <cyan@synchro.net>");
this.numeric(371, ":" + system.version_notice + " " + system.copyright + ".");
this.numeric(371, ":--=-=-=-=-=-=-=-=-=-( A big thanks to the following )-=-=-=-=-=-=-=-=-=--");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment