diff options
Diffstat (limited to 'src/core/ms_help.c')
-rw-r--r-- | src/core/ms_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_help.c b/src/core/ms_help.c index 122aed874..f43133005 100644 --- a/src/core/ms_help.c +++ b/src/core/ms_help.c @@ -43,7 +43,7 @@ class MSHelp : public Module MSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion("$Id$"); + this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(MEMOSERV, new CommandMSHelp()); } |