diff options
Diffstat (limited to 'src/core/cs_identify.c')
-rw-r--r-- | src/core/cs_identify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_identify.c b/src/core/cs_identify.c index cab5c22c9..1d9c2a1c5 100644 --- a/src/core/cs_identify.c +++ b/src/core/cs_identify.c @@ -29,7 +29,7 @@ int AnopeInit(int argc, char **argv) Command *c; moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + moduleAddVersion(VERSION_STRING); moduleSetType(CORE); c = createCommand("IDENTIFY", do_identify, NULL, CHAN_HELP_IDENTIFY, |