diff options
Diffstat (limited to 'src/core/bs_help.c')
-rw-r--r-- | src/core/bs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_help.c b/src/core/bs_help.c index c4b4cdbd8..730c0a4f0 100644 --- a/src/core/bs_help.c +++ b/src/core/bs_help.c @@ -45,7 +45,7 @@ class BSHelp : public Module BSHelp(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(BOTSERV, new CommandBSHelp()); } |