You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2010/08/12 18:39:59 UTC

svn commit: r984855 - /incubator/thrift/site/dynathrift/download/index.php

Author: bryanduxbury
Date: Thu Aug 12 16:39:58 2010
New Revision: 984855

URL: http://svn.apache.org/viewvc?rev=984855&view=rev
Log:
update current version available for download

Modified:
    incubator/thrift/site/dynathrift/download/index.php

Modified: incubator/thrift/site/dynathrift/download/index.php
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/download/index.php?rev=984855&r1=984854&r2=984855&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/download/index.php (original)
+++ incubator/thrift/site/dynathrift/download/index.php Thu Aug 12 16:39:58 2010
@@ -27,23 +27,23 @@ function distlink($path) {
   return 'http://www.apache.org/dist'.$path;
 }
 
-$DL_ROOT = "/incubator/thrift/0.2.0-incubating/";
+$DL_ROOT = "/incubator/thrift/0.3.0-incubating/";
 
 echo '
 <h2>Direct Download</h2>
 
 <p>
-The latest stable release of Thrift is 0.2.0 (released on 2009-12-11).
+The latest stable release of Thrift is 0.3.0 (released on 2010-08-04).
 </p>
 
 <div class="download_box">
 '.
-alink('thrift-incubating-0.2.0.tar.gz',
-  mirrorlink($DL_ROOT.'thrift-0.2.0-incubating.tar.gz')) .
+alink('thrift-0.3.0.tar.gz',
+  mirrorlink($DL_ROOT.'thrift-0.3.0.tar.gz')) .
 ' [' .
-alink('PGP', distlink($DL_ROOT.'thrift-0.2.0-incubating.tar.gz.asc')) .
+alink('PGP', distlink($DL_ROOT.'thrift-0.3.0.tar.gz.asc')) .
 '] [' .
-alink('MD5', distlink($DL_ROOT.'thrift-0.2.0-incubating.tar.gz.md5')) .
+alink('MD5', distlink($DL_ROOT.'thrift-0.3.0.tar.gz.md5')) .
 ']
 </div>