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 2005/09/15 01:49:46 UTC

svn commit: r280970 - /spamassassin/branches/3.1/build/update_website_docs

Author: jm
Date: Wed Sep 14 16:49:45 2005
New Revision: 280970

URL: http://svn.apache.org/viewcvs?rev=280970&view=rev
Log:
update website-building tool for 3.1.x release line

Modified:
    spamassassin/branches/3.1/build/update_website_docs

Modified: spamassassin/branches/3.1/build/update_website_docs
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/build/update_website_docs?rev=280970&r1=280969&r2=280970&view=diff
==============================================================================
--- spamassassin/branches/3.1/build/update_website_docs (original)
+++ spamassassin/branches/3.1/build/update_website_docs Wed Sep 14 16:49:45 2005
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 WEBDIR=/www/spamassassin.apache.org
-vers=3.0.x
+vers=3.1.x
 
 if [ -z "$PERL" ]; then
   if [ -x /home/jm/perl584/bin/perl ]; then