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/18 00:22:57 UTC

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

Author: felicity
Date: Sat Jan 17 15:22:56 2004
New Revision: 6193

Modified:
   incubator/spamassassin/branches/b2_6_0/lib/Mail/SpamAssassin.pm
Log:
2.63 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	Sat Jan 17 15:22:56 2004
@@ -85,8 +85,8 @@
   @site_rules_path
 };
 
-$VERSION = "2.62";              # update after release
-$IS_DEVEL_BUILD = 0;            # change for release versions
+$VERSION = "2.63";              # update after release
+$IS_DEVEL_BUILD = 1;            # change for release versions
 
 @ISA = qw();