diff --git a/exec/ircd.js b/exec/ircd.js
index b442bb216e3798c9c21229a4d55900644304415b..699f0fb1044088ab97cf909efc1f8215799df585 100644
--- a/exec/ircd.js
+++ b/exec/ircd.js
@@ -37,7 +37,7 @@ load("ircd/server.js");
 load("ircd/config.js");
 
 /*** Global Constants - Always in ALL_UPPERCASE ***/
-const VERSION = "SynchronetIRCd-1.9b";
+const VERSION = "SynchronetIRCd-1.9";
 const VERSION_STR = format(
 	"Synchronet %s%s-%s%s (IRCd by Randy Sommerfeld)",
 	system.version, system.revision,
diff --git a/exec/load/ircd/core.js b/exec/load/ircd/core.js
index 37ec4b5480b5d98fd0d4b223fa3d74fe79c3cb92..8e5af634907bc1f89a3783e954838012a863816a 100644
--- a/exec/load/ircd/core.js
+++ b/exec/load/ircd/core.js
@@ -1370,7 +1370,7 @@ function IRCClient_do_info() {
 		this.hostname,
 		this.servername
 	));
-	this.numeric(371, ":--=-=-=-=-=-=-=-=-=-=*[ The Synchronet IRCd v1.9b ]*=-=-=-=-=-=-=-=-=-=--");
+	this.numeric(371, ":--=-=-=-=-=-=-=-=-=-=-*[ The Synchronet IRCd 1.9 ]*-=-=-=-=-=-=-=-=-=-=--");
 	this.numeric(371, ":   IRCd Copyright 2003-2021 by Randy Sommerfeld <cyan@synchro.net>");
 	this.numeric(371, ":" + system.version_notice + " " + system.copyright + ".");
 	this.numeric(371, ":--=-=-=-=-=-=-=-=-=-( A big thanks to the following )-=-=-=-=-=-=-=-=-=--");