1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 04:23:13 +02:00

Made all modules version be VERSION_STRING

This commit is contained in:
Adam
2010-06-18 18:30:35 -04:00
parent cc3104fc3f
commit 428d930e2b
127 changed files with 127 additions and 127 deletions
+1 -1
View File
@@ -1383,7 +1383,7 @@ class ProtoInspIRCd : public Module
ProtoInspIRCd(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(PROTOCOL);
if (Config.Numeric)