summaryrefslogtreecommitdiff
path: root/src/core/os_modinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_modinfo.cpp')
-rw-r--r--src/core/os_modinfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_modinfo.cpp b/src/core/os_modinfo.cpp
index 055d2a136..e867713f8 100644
--- a/src/core/os_modinfo.cpp
+++ b/src/core/os_modinfo.cpp
@@ -72,7 +72,6 @@ class OSModInfo : public Module
OSModInfo(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 CommandOSModInfo());
}