You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/09/22 04:25:07 UTC

svn commit: rev 47021 - spamassassin/branches/3.0/lib/Mail

Author: felicity
Date: Tue Sep 21 19:25:06 2004
New Revision: 47021

Modified:
   spamassassin/branches/3.0/lib/Mail/SpamAssassin.pm
Log:
prep 3.0.1 devel cycle

Modified: spamassassin/branches/3.0/lib/Mail/SpamAssassin.pm
==============================================================================
--- spamassassin/branches/3.0/lib/Mail/SpamAssassin.pm	(original)
+++ spamassassin/branches/3.0/lib/Mail/SpamAssassin.pm	Tue Sep 21 19:25:06 2004
@@ -98,8 +98,8 @@
   @site_rules_path
 };
 
-$VERSION = "3.000000";      # update after release (same format as perl $])
-$IS_DEVEL_BUILD = 0;        # change for release versions
+$VERSION = "3.000001";      # update after release (same format as perl $])
+$IS_DEVEL_BUILD = 1;        # change for release versions
 
 @ISA = qw();