You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2022/05/30 22:49:16 UTC

svn commit: r1901426 - /spamassassin/trunk/lib/Mail/SpamAssassin.pm

Author: sidney
Date: Mon May 30 22:49:16 2022
New Revision: 1901426

URL: http://svn.apache.org/viewvc?rev=1901426&view=rev
Log:
4.0.0-pre2 released

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

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin.pm?rev=1901426&r1=1901425&r2=1901426&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm Mon May 30 22:49:16 2022
@@ -88,13 +88,13 @@ use Cwd;
 use Config;
 
 our $VERSION = "4.000000";      # update after release (same format as perl $])
-#our $IS_DEVEL_BUILD = 1;        # 1 for devel build 
-our $IS_DEVEL_BUILD = 0;        # 0 for release versions including rc & pre releases
+our $IS_DEVEL_BUILD = 1;        # 1 for devel build 
+#our $IS_DEVEL_BUILD = 0;        # 0 for release versions including rc & pre releases
 
 # 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(pre2);
+our @EXTRA_VERSION = qw();
 
 our @ISA = qw();