summaryrefslogtreecommitdiff
path: root/src/core/cs_modes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_modes.c')
-rw-r--r--src/core/cs_modes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_modes.c b/src/core/cs_modes.c
index 128c1fb8e..b8424d930 100644
--- a/src/core/cs_modes.c
+++ b/src/core/cs_modes.c
@@ -373,7 +373,7 @@ class CSModes : public Module
CSModes(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->AddCommand(CHANSERV, new CommandCSOp());