summaryrefslogtreecommitdiff
path: root/src/core/os_modload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_modload.cpp')
-rw-r--r--src/core/os_modload.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_modload.cpp b/src/core/os_modload.cpp
index 9265c8e72..7134aae9f 100644
--- a/src/core/os_modload.cpp
+++ b/src/core/os_modload.cpp
@@ -64,7 +64,6 @@ class OSModLoad : public Module
OSModLoad(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
- this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->SetPermanent(true);