From 9a7f4fa1c85e2be1f184421cd468177a40be6cc3 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sat, 23 Jun 2007 16:42:20 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=12995 --- doc/versions.inc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/versions.inc b/doc/versions.inc index 8f69f892b2..338c0cc270 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -386,6 +386,20 @@ $linux_libs_58= " "; +$w5108= array( + "num"=>"5.10.8", + "status"=>"Development version (Win98+, Win2000+)", + "file"=>"boinc_5.10.8_windows_intelx86.exe", + "date"=>"23 June 2007", + "type"=>"win_new", + "features"=>" + ", + "bugs"=>"" +); + $w5107= array( "num"=>"5.10.7", "status"=>"Recommended version (Win98+, Win2000+)", @@ -400,6 +414,20 @@ $w5107= array( "bugs"=>"" ); +$w5108x64= array( + "num"=>"5.10.8", + "status"=>"Development version (WinXP64+)", + "file"=>"boinc_5.10.8_windows_x86_64.exe", + "date"=>"23 June 2007", + "type"=>"win_new", + "features"=>" + ", + "bugs"=>"" +); + $w5107x64= array( "num"=>"5.10.7", "status"=>"Recommended version (WinXP64+)", @@ -622,6 +650,7 @@ $windows = array( "name"=>"Windows", "dbname" => "windows_intelx86", "versions"=>array( + $w5108, $w5107, $w5816, $w5411, @@ -632,6 +661,7 @@ $windowsx64 = array( "name"=>"Windows x64", "dbname" => "windows_x86_64", "versions"=>array( + $w5108x64, $w5107x64, ) );