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