You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/10/23 03:40:59 UTC

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

Author: jm
Date: Fri Oct 22 18:40:58 2004
New Revision: 55343

Modified:
   spamassassin/branches/3.0/lib/Mail/SpamAssassin.pm
Log:
READY TO RELEASE 3.0.1

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	Fri Oct 22 18:40:58 2004
@@ -99,7 +99,7 @@
 };
 
 $VERSION = "3.000001";      # update after release (same format as perl $])
-$IS_DEVEL_BUILD = 1;        # change for release versions
+# $IS_DEVEL_BUILD = 1;        # change for release versions
 
 @ISA = qw();