You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2004/01/15 23:12:06 UTC

svn commit: rev 6174 - incubator/spamassassin/branches/b2_6_0/lib/Mail

Author: mss
Date: Thu Jan 15 14:12:06 2004
New Revision: 6174

Modified:
   incubator/spamassassin/branches/b2_6_0/lib/Mail/SpamAssassin.pm
Log:
Subversion also has a different format for $Id *sigh*


Modified: incubator/spamassassin/branches/b2_6_0/lib/Mail/SpamAssassin.pm
==============================================================================
--- incubator/spamassassin/branches/b2_6_0/lib/Mail/SpamAssassin.pm	(original)
+++ incubator/spamassassin/branches/b2_6_0/lib/Mail/SpamAssassin.pm	Thu Jan 15 14:12:06 2004
@@ -91,7 +91,7 @@
 @ISA = qw();
 
 # SUB_VERSION is now <revision>-<yyyy>-<mm>-<dd>-<state>
-$SUB_VERSION = lc(join('-', (split(/[ \/]/, '$Id: SpamAssassin.pm,v 1.212.2.2 2003/12/09 06:56:51 jmason Exp $'))[2 .. 5, 8]));
+$SUB_VERSION = lc(join('-', (split(/\s+/, '$Id$'))[2, 3], 'svn'));
 
 # If you hacked up your SA, add a token to identify it here. Eg.: I use
 # "mss<number>", <number> increasing with every hack.