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 2018/09/01 21:11:42 UTC

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

Author: kmcgrail
Date: Sat Sep  1 21:11:42 2018
New Revision: 1839851

URL: http://svn.apache.org/viewvc?rev=1839851&view=rev
Log:
preparing to release 3.4.2-pre5

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=1839851&r1=1839850&r2=1839851&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm Sat Sep  1 21:11:42 2018
@@ -95,7 +95,7 @@ our $IS_DEVEL_BUILD = 0;        # 0 for
 # 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
 # files; this variable should not be modified.
-our @EXTRA_VERSION = qw(pre4);
+our @EXTRA_VERSION = qw(pre5);
 
 our @ISA = qw();