diff options
Diffstat (limited to 'src/core/os_set.c')
-rw-r--r-- | src/core/os_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_set.c b/src/core/os_set.c index 7be3a67f0..dd880b8d3 100644 --- a/src/core/os_set.c +++ b/src/core/os_set.c @@ -296,7 +296,7 @@ class OSSet : public Module OSSet(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(OPERSERV, new CommandOSSet()); |