diff options
Diffstat (limited to 'src/core/ss_main.cpp')
-rw-r--r-- | src/core/ss_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ss_main.cpp b/src/core/ss_main.cpp index d0578b16d..dc83c6e58 100644 --- a/src/core/ss_main.cpp +++ b/src/core/ss_main.cpp @@ -35,7 +35,6 @@ class SSMain : public Module SSMain(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->SetPermanent(true); |