summaryrefslogtreecommitdiff
path: root/src/core/os_mode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_mode.cpp')
-rw-r--r--src/core/os_mode.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_mode.cpp b/src/core/os_mode.cpp
index 1f9396169..139ef8edf 100644
--- a/src/core/os_mode.cpp
+++ b/src/core/os_mode.cpp
@@ -63,7 +63,6 @@ class OSMode : public Module
OSMode(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
- this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OperServ, new CommandOSMode());