diff options
Diffstat (limited to 'src/core/ms_read.c')
-rw-r--r-- | src/core/ms_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_read.c b/src/core/ms_read.c index 01093d820..38458a2d7 100644 --- a/src/core/ms_read.c +++ b/src/core/ms_read.c @@ -123,7 +123,7 @@ class MSRead : public Module MSRead(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 CommandMSRead()); |