From 428d930e2b39c250d679a5ccf4a24d5a8816f3ef Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 18 Jun 2010 18:30:35 -0400 Subject: Made all modules version be VERSION_STRING --- src/protocol/unreal32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol/unreal32.c') diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 3eb24cc62..3564fecd6 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1333,7 +1333,7 @@ class ProtoUnreal : public Module ProtoUnreal(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion("$Id$"); + this->SetVersion(VERSION_STRING); this->SetType(PROTOCOL); pmodule_ircd_version("UnrealIRCd 3.2+"); -- cgit