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/14 20:30:03 UTC

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

Author: felicity
Date: Tue Sep 14 11:30:03 2004
New Revision: 46031

Modified:
   spamassassin/trunk/lib/Mail/SpamAssassin.pm
Log:
change version to 3.1.0

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm	(original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm	Tue Sep 14 11:30:03 2004
@@ -98,7 +98,7 @@
   @site_rules_path
 };
 
-$VERSION = "3.000000";      # update after release (same format as perl $])
+$VERSION = "3.001000";      # update after release (same format as perl $])
 $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(rc6);
+@EXTRA_VERSION = qw();
 if (defined $IS_DEVEL_BUILD && $IS_DEVEL_BUILD) {
   push(@EXTRA_VERSION, ( 'r' . qw{$LastChangedRevision$ updated by SVN}[1] ));
 }