diff options
author | Adam <Adam@anope.org> | 2010-06-18 18:30:35 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 18:30:35 -0400 |
commit | 428d930e2b39c250d679a5ccf4a24d5a8816f3ef (patch) | |
tree | d0fe7b6b99b563a0169cebd1bb98bb241fef78f4 /src/core/ss_main.c | |
parent | cc3104fc3f66f4deb227f02e8ea52274019e3853 (diff) |
Made all modules version be VERSION_STRING
Diffstat (limited to 'src/core/ss_main.c')
-rw-r--r-- | src/core/ss_main.c | 2 |
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); |