diff options
Diffstat (limited to 'src/core/bs_assign.c')
-rw-r--r-- | src/core/bs_assign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_assign.c b/src/core/bs_assign.c index d518a6a9b..f30287d45 100644 --- a/src/core/bs_assign.c +++ b/src/core/bs_assign.c @@ -84,7 +84,7 @@ class BSAssign : public Module BSAssign(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 CommandBSAssign); |