diff options
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r-- | src/core/hs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c index 6dadff4b7..45ac23bc5 100644 --- a/src/core/hs_help.c +++ b/src/core/hs_help.c @@ -42,7 +42,7 @@ class HSHelp : public Module HSHelp(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(HOSTSERV, new CommandHSHelp()); |