summaryrefslogtreecommitdiff
path: root/src/core/ss_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ss_main.c')
-rw-r--r--src/core/ss_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ss_main.c b/src/core/ss_main.c
index 6405c8858..9c8e4ed34 100644
--- a/src/core/ss_main.c
+++ b/src/core/ss_main.c
@@ -37,7 +37,7 @@ class SSMain : public Module
SSMain(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
- this->SetVersion("$Id$");
+ this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->SetPermanent(true);