diff options
Diffstat (limited to 'src/core/ms_help.c')
-rw-r--r-- | src/core/ms_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_help.c b/src/core/ms_help.c index 2e6af8cd5..4c6f5830a 100644 --- a/src/core/ms_help.c +++ b/src/core/ms_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(MEMOSERV, c, MOD_UNIQUE); |