diff options
Diffstat (limited to 'src/core/cs_info.c')
-rw-r--r-- | src/core/cs_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_info.c b/src/core/cs_info.c index 2a8c0b905..7b6ca9f25 100644 --- a/src/core/cs_info.c +++ b/src/core/cs_info.c @@ -165,7 +165,7 @@ class CSInfo : public Module CSInfo(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 CommandCSInfo()); |