diff options
Diffstat (limited to 'src/core/ns_set.c')
-rw-r--r-- | src/core/ns_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_set.c b/src/core/ns_set.c index f7fe83cbd..bdb8f0760 100644 --- a/src/core/ns_set.c +++ b/src/core/ns_set.c @@ -43,7 +43,7 @@ int AnopeInit(int argc, char **argv) Command *c; moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + moduleAddVersion(VERSION_STRING); moduleSetType(CORE); c = createCommand("SET", do_set, NULL, NICK_HELP_SET, -1, -1, -1, -1); |