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/04 07:06:06 UTC

svn commit: rev 43322 - spamassassin/trunk/lib/Mail

Author: felicity
Date: Fri Sep  3 22:06:05 2004
New Revision: 43322

Modified:
   spamassassin/trunk/lib/Mail/SpamAssassin.pm
Log:
started 3.0.0rc4 cycle

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm	(original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm	Fri Sep  3 22:06:05 2004
@@ -99,7 +99,7 @@
 };
 
 $VERSION = "3.000000";      # update after release (same format as perl $])
-$IS_DEVEL_BUILD = 0;        # change for release versions
+$IS_DEVEL_BUILD = 1;        # change for release versions
 
 @ISA = qw();
 
@@ -108,7 +108,7 @@
 
 # If you hacked up your SA, you should add a version_tag to you .cf files.
 # This variable should not be modified directly.
-@EXTRA_VERSION = qw(rc3);
+@EXTRA_VERSION = qw(rc4);
 if (defined $IS_DEVEL_BUILD && $IS_DEVEL_BUILD) {
   push(@EXTRA_VERSION, ( 'r' . qw{$LastChangedRevision$ updated by SVN}[1] ));
 }