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/05 12:16:02 UTC

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

Author: sidney
Date: Thu May  5 12:16:01 2022
New Revision: 1900583

URL: http://svn.apache.org/viewvc?rev=1900583&view=rev
Log:
4.0.0-pre1 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=1900583&r1=1900582&r2=1900583&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm Thu May  5 12:16:01 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(pre1);
+our @EXTRA_VERSION = qw();
 
 our @ISA = qw();