summaryrefslogtreecommitdiff
path: root/src/core/ns_getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_getpass.c')
-rw-r--r--src/core/ns_getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_getpass.c b/src/core/ns_getpass.c
index 367131ab3..17cc2bfb4 100644
--- a/src/core/ns_getpass.c
+++ b/src/core/ns_getpass.c
@@ -78,7 +78,7 @@ class NSGetPass : public Module
NSGetPass(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(NICKSERV, new CommandNSGetPass());