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