/[Apache-SVN]/spamassassin/trunk/lib/Mail/SpamAssassin.pm
ViewVC logotype

Diff of /spamassassin/trunk/lib/Mail/SpamAssassin.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/lib/Mail/SpamAssassin.pm	2005/08/05 00:44:53	230370
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm	2005/08/05 00:46:40	230371
@@ -94,7 +94,7 @@ use vars qw{
   @site_rules_path
 };
 
-$VERSION = "3.001000";      # update after release (same format as perl $])
+$VERSION = "3.002000";      # update after release (same format as perl $])
 $IS_DEVEL_BUILD = 1;        # change for release versions
 
 @ISA = qw();
@@ -104,7 +104,7 @@ $SUB_VERSION = (split(/\s+/,'$LastChange
 
 # If you hacked up your SA, you should add a version_tag to your .cf files.
 # This variable should not be modified directly.
-@EXTRA_VERSION = qw(pre4);
+@EXTRA_VERSION = qw();
 if (defined $IS_DEVEL_BUILD && $IS_DEVEL_BUILD) {
   push(@EXTRA_VERSION,
        ('r' . qw{$LastChangedRevision$ updated by SVN}[1]));

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26