From 9d8b37f2696593523925cb02e7d9a165b58c89b5 Mon Sep 17 00:00:00 2001 From: cyan <> Date: Fri, 29 Dec 2006 09:11:31 +0000 Subject: [PATCH] Move the IRCd up to Version 1.2 (and out of beta, finally!) in anticipation of the Synchronet 3.14 release. All sysops should update to this version if they haven't done so already. --- exec/ircd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/ircd.js b/exec/ircd.js index d9ce24d947..11a9a8a5d4 100644 --- a/exec/ircd.js +++ b/exec/ircd.js @@ -36,7 +36,7 @@ const MAIN_REVISION = "$Revision$".split(' ')[1]; // IF you're making a custom version, it'd be appreciated if you left the // version number alone, and add a token in the form of +hack (i.e. 1.0+cyan) // This is so everyone knows your revision base, AND type of hack used. -const VERSION = "SynchronetIRCd-1.1b(" + MAIN_REVISION + ")"; +const VERSION = "SynchronetIRCd-1.2(" + MAIN_REVISION + ")"; const VERSION_STR = "Synchronet " + system.version + system.revision + "-" + system.platform + system.beta_version + " (IRCd by Randy Sommerfeld)"; -- GitLab