summaryrefslogtreecommitdiff
path: root/src/core/ns_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_set.c')
-rw-r--r--src/core/ns_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_set.c b/src/core/ns_set.c
index 6bbe5c2e4..50722f2e1 100644
--- a/src/core/ns_set.c
+++ b/src/core/ns_set.c
@@ -542,7 +542,7 @@ class NSSet : public Module
NSSet(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 CommandNSSet());