diff options
author | Adam <Adam@anope.org> | 2010-06-18 18:44:52 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 18:44:52 -0400 |
commit | cd9ec6fe1001cf314d6944ac14077f73f40eb2b3 (patch) | |
tree | a8d82345bacdc033864ef552d38170f8b08b7813 /src/core/cs_access.c | |
parent | 8f60562dfa94ae9464683843453e1b04b336008f (diff) |
Set all of the core modules versions to VERSION_STRING - SVN is now officially not used anymore
Diffstat (limited to 'src/core/cs_access.c')
-rw-r--r-- | src/core/cs_access.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_access.c b/src/core/cs_access.c index 9d8c31c9b..6f7c75aff 100644 --- a/src/core/cs_access.c +++ b/src/core/cs_access.c @@ -33,7 +33,7 @@ int AnopeInit(int argc, char **argv) moduleAddAuthor("Anope"); moduleAddVersion - ("$Id$"); + (VERSION_STRING); moduleSetType(CORE); c = createCommand("ACCESS", do_access, NULL, CHAN_HELP_ACCESS, -1, -1, |