summaryrefslogtreecommitdiff
path: root/src/core/os_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_help.c')
-rw-r--r--src/core/os_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_help.c b/src/core/os_help.c
index dadbe0fac..51489de94 100644
--- a/src/core/os_help.c
+++ b/src/core/os_help.c
@@ -28,7 +28,7 @@ int AnopeInit(int argc, char **argv)
Command *c;
moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
+ moduleAddVersion(VERSION_STRING);
moduleSetType(CORE);
c = createCommand("HELP", do_help, NULL, -1, -1, -1, -1, -1);
moduleAddCommand(OPERSERV, c, MOD_UNIQUE);