Return-Path: Delivered-To: apmail-spamassassin-commits-archive@www.apache.org Received: (qmail 58834 invoked from network); 10 Oct 2006 10:14:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2006 10:14:37 -0000 Received: (qmail 25468 invoked by uid 500); 10 Oct 2006 10:14:36 -0000 Delivered-To: apmail-spamassassin-commits-archive@spamassassin.apache.org Received: (qmail 25403 invoked by uid 500); 10 Oct 2006 10:14:36 -0000 Mailing-List: contact commits-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "SpamAssassin Dev" List-Id: Delivered-To: mailing list commits@spamassassin.apache.org Received: (qmail 25392 invoked by uid 99); 10 Oct 2006 10:14:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 03:14:36 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 03:14:36 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 171541A981A; Tue, 10 Oct 2006 03:14:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r454679 - /spamassassin/branches/3.1/lib/Mail/SpamAssassin.pm Date: Tue, 10 Oct 2006 10:14:15 -0000 To: commits@spamassassin.apache.org From: jm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061010101416.171541A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jm Date: Tue Oct 10 03:14:15 2006 New Revision: 454679 URL: http://svn.apache.org/viewvc?view=rev&rev=454679 Log: 3.1.8 devel cycle started Modified: spamassassin/branches/3.1/lib/Mail/SpamAssassin.pm Modified: spamassassin/branches/3.1/lib/Mail/SpamAssassin.pm URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/lib/Mail/SpamAssassin.pm?view=diff&rev=454679&r1=454678&r2=454679 ============================================================================== --- spamassassin/branches/3.1/lib/Mail/SpamAssassin.pm (original) +++ spamassassin/branches/3.1/lib/Mail/SpamAssassin.pm Tue Oct 10 03:14:15 2006 @@ -95,8 +95,8 @@ @site_rules_path }; -$VERSION = "3.001007"; # update after release (same format as perl $]) -# $IS_DEVEL_BUILD = 1; # change for release versions +$VERSION = "3.001008"; # update after release (same format as perl $]) +$IS_DEVEL_BUILD = 1; # change for release versions @ISA = qw();