summaryrefslogtreecommitdiff
path: root/src/core/enc_sha256.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/enc_sha256.cpp')
-rw-r--r--src/core/enc_sha256.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/enc_sha256.cpp b/src/core/enc_sha256.cpp
index f47aa6a4d..bef38fb1d 100644
--- a/src/core/enc_sha256.cpp
+++ b/src/core/enc_sha256.cpp
@@ -251,7 +251,6 @@ class ESHA256 : public Module
ESHA256(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
- this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);