diff options
Diffstat (limited to 'src/core/cs_logout.c')
-rw-r--r-- | src/core/cs_logout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_logout.c b/src/core/cs_logout.c index 67b5d8e50..290658df2 100644 --- a/src/core/cs_logout.c +++ b/src/core/cs_logout.c @@ -30,7 +30,7 @@ int AnopeInit(int argc, char **argv) Command *c; moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + moduleAddVersion(VERSION_STRING); moduleSetType(CORE); c = createCommand("LOGOUT", do_logout, NULL, -1, CHAN_HELP_LOGOUT, -1, |