diff options
Diffstat (limited to 'src/core/cs_access.c')
-rw-r--r-- | src/core/cs_access.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_access.c b/src/core/cs_access.c index bc68c8c58..48b25cc2a 100644 --- a/src/core/cs_access.c +++ b/src/core/cs_access.c @@ -571,7 +571,7 @@ class CSAccess : public Module CSAccess(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 CommandCSAccess()); |