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 2008/01/07 18:01:26 UTC

svn commit: r609688 - /spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm

Author: jm
Date: Mon Jan  7 09:01:24 2008
New Revision: 609688

URL: http://svn.apache.org/viewvc?rev=609688&view=rev
Log:
3.2.4 RELEASED

Modified:
    spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm

Modified: spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm?rev=609688&r1=609687&r2=609688&view=diff
==============================================================================
--- spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm Mon Jan  7 09:01:24 2008
@@ -96,7 +96,7 @@
 };
 
 $VERSION = "3.002004";      # update after release (same format as perl $])
-# $IS_DEVEL_BUILD = 1;        # change for release versions
+$IS_DEVEL_BUILD = 1;        # change for release versions
 
 # Used during the prerelease/release-candidate part of the official release
 # process. If you hacked up your SA, you should add a version_tag to your .cf