summaryrefslogtreecommitdiff
path: root/src/protocol/plexus3.c
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-06-18 18:44:52 -0400
committerAdam <Adam@anope.org>2010-06-18 18:44:52 -0400
commitcd9ec6fe1001cf314d6944ac14077f73f40eb2b3 (patch)
treea8d82345bacdc033864ef552d38170f8b08b7813 /src/protocol/plexus3.c
parent8f60562dfa94ae9464683843453e1b04b336008f (diff)
Set all of the core modules versions to VERSION_STRING - SVN is now officially not used anymore
Diffstat (limited to 'src/protocol/plexus3.c')
-rw-r--r--src/protocol/plexus3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/plexus3.c b/src/protocol/plexus3.c
index c42af5f5e..1e486e413 100644
--- a/src/protocol/plexus3.c
+++ b/src/protocol/plexus3.c
@@ -1834,7 +1834,7 @@ AnopeInit (int argc, char **argv)
{
moduleAddAuthor ("Anope");
- moduleAddVersion ("$Id$");
+ moduleAddVersion (VERSION_STRING);
moduleSetType (PROTOCOL);
pmodule_ircd_version ("hybrid-7.2.1+plexus-3.0.0+");