You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2014/02/11 14:49:06 UTC

svn commit: r1567128 - /spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm

Author: kmcgrail
Date: Tue Feb 11 13:49:05 2014
New Revision: 1567128

URL: http://svn.apache.org/r1567128
Log:
3.4.1 devel cycle started

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

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm?rev=1567128&r1=1567127&r2=1567128&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm Tue Feb 11 13:49:05 2014
@@ -93,8 +93,8 @@ use vars qw{
   @site_rules_path
 };
 
-$VERSION = "3.004000";      # update after release (same format as perl $])
-#$IS_DEVEL_BUILD = 1;        # change for release versions
+$VERSION = "3.004001";      # update after release (same format as perl $])
+$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