diff options
Diffstat (limited to 'src/core/ns_access.c')
-rw-r--r-- | src/core/ns_access.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_access.c b/src/core/ns_access.c index 25296cf8b..9058b5413 100644 --- a/src/core/ns_access.c +++ b/src/core/ns_access.c @@ -29,7 +29,7 @@ int AnopeInit(int argc, char **argv) Command *c; moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + moduleAddVersion(VERSION_STRING); moduleSetType(CORE); c = createCommand("ACCESS", do_access, NULL, NICK_HELP_ACCESS, -1, -1, |