You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/01/20 21:44:34 UTC

svn commit: rev 6243 - incubator/spamassassin/branches/b2_6_0/lib/Mail

Author: felicity
Date: Tue Jan 20 12:44:32 2004
New Revision: 6243

Modified:
   incubator/spamassassin/branches/b2_6_0/lib/Mail/SpamAssassin.pm
Log:
2.64 devel cycle started

Modified: incubator/spamassassin/branches/b2_6_0/lib/Mail/SpamAssassin.pm
==============================================================================
--- incubator/spamassassin/branches/b2_6_0/lib/Mail/SpamAssassin.pm	(original)
+++ incubator/spamassassin/branches/b2_6_0/lib/Mail/SpamAssassin.pm	Tue Jan 20 12:44:32 2004
@@ -85,8 +85,8 @@
   @site_rules_path
 };
 
-$VERSION = "2.63";              # update after release
-$IS_DEVEL_BUILD = 0;            # change for release versions
+$VERSION = "2.64";              # update after release
+$IS_DEVEL_BUILD = 1;            # change for release versions
 
 @ISA = qw();