summaryrefslogtreecommitdiff
path: root/src/core/ms_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_read.c')
-rw-r--r--src/core/ms_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_read.c b/src/core/ms_read.c
index ef5901236..49b59e70d 100644
--- a/src/core/ms_read.c
+++ b/src/core/ms_read.c
@@ -33,7 +33,7 @@ int AnopeInit(int argc, char **argv)
Command *c;
moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
+ moduleAddVersion(VERSION_STRING);
moduleSetType(CORE);
c = createCommand("READ", do_read, NULL, MEMO_HELP_READ, -1, -1, -1,
-1);