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 17:51:08 UTC

svn commit: r1567215 - in /spamassassin/trunk: UPGRADE lib/Mail/SpamAssassin.pm

Author: kmcgrail
Date: Tue Feb 11 16:51:07 2014
New Revision: 1567215

URL: http://svn.apache.org/r1567215
Log:
Updated for 3.4 Upgrade pointing to Announcement

Modified:
    spamassassin/trunk/UPGRADE
    spamassassin/trunk/lib/Mail/SpamAssassin.pm

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/trunk/UPGRADE?rev=1567215&r1=1567214&r2=1567215&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Tue Feb 11 16:51:07 2014
@@ -1,3 +1,8 @@
+Note for Users Upgrading to SpamAssassin 3.4.0
+----------------------------------------------
+- Please see the Announcement file at:
+   http://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.0.txt
+
 Note for Users Upgrading to SpamAssassin 3.3.0
 -----------------------------------------------
 

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin.pm?rev=1567215&r1=1567214&r2=1567215&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm Tue Feb 11 16:51:07 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