summaryrefslogtreecommitdiff
path: root/src/core/cs_getkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_getkey.c')
-rw-r--r--src/core/cs_getkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_getkey.c b/src/core/cs_getkey.c
index 85c901412..4c006694d 100644
--- a/src/core/cs_getkey.c
+++ b/src/core/cs_getkey.c
@@ -65,7 +65,7 @@ class CSGetKey : public Module
CSGetKey(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 CommandCSGetKey());