You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/05/02 14:11:36 UTC

svn commit: r534410 - /spamassassin/branches/b3_2_0/build/update_website_docs

Author: jm
Date: Wed May  2 05:11:35 2007
New Revision: 534410

URL: http://svn.apache.org/viewvc?view=rev&rev=534410
Log:
update for 3.2.x branch

Modified:
    spamassassin/branches/b3_2_0/build/update_website_docs

Modified: spamassassin/branches/b3_2_0/build/update_website_docs
URL: http://svn.apache.org/viewvc/spamassassin/branches/b3_2_0/build/update_website_docs?view=diff&rev=534410&r1=534409&r2=534410
==============================================================================
--- spamassassin/branches/b3_2_0/build/update_website_docs (original)
+++ spamassassin/branches/b3_2_0/build/update_website_docs Wed May  2 05:11:35 2007
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 WEBDIR=/www/spamassassin.apache.org
-vers=3.1.x
+vers=3.2.x
 
 if [ -z "$PERL" ]; then
   if [ -x /home/jm/perl584/bin/perl ]; then