diff options
Diffstat (limited to 'src/core/cs_drop.c')
-rw-r--r-- | src/core/cs_drop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_drop.c b/src/core/cs_drop.c index 2537e2514..94f7dd93a 100644 --- a/src/core/cs_drop.c +++ b/src/core/cs_drop.c @@ -29,7 +29,7 @@ int AnopeInit(int argc, char **argv) Command *c; moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + moduleAddVersion(VERSION_STRING); moduleSetType(CORE); c = createCommand("DROP", do_drop, NULL, -1, CHAN_HELP_DROP, -1, |