diff options
Diffstat (limited to 'src/core/os_update.cpp')
-rw-r--r-- | src/core/os_update.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_update.cpp b/src/core/os_update.cpp index 0355db90e..7451d974a 100644 --- a/src/core/os_update.cpp +++ b/src/core/os_update.cpp @@ -46,7 +46,6 @@ class OSUpdate : public Module OSUpdate(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 CommandOSUpdate()); |