From a7e438074fb9f0880b2b99d328affff22932f403 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 16 Jan 2008 19:41:49 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=14581 --- doc/versions.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 6337dd6db8..64da88b1dc 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -31,10 +31,10 @@ function type_text($type) { } } -$w51035= array( - "num"=>"5.10.35", +$w51038= array( + "num"=>"5.10.38", "status"=>"Development version (Win98+, Win2000+)", - "file"=>"boinc_5.10.35_windows_intelx86.exe", + "file"=>"boinc_5.10.38_windows_intelx86.exe", "date"=>"9 Jan 2008", "type"=>"win_new", ); @@ -47,10 +47,10 @@ $w51030= array( "type"=>"win_new", ); -$w51035x64= array( - "num"=>"5.10.35", +$w51038x64= array( + "num"=>"5.10.38", "status"=>"Development version (WinXP64+)", - "file"=>"boinc_5.10.35_windows_x86_64.exe", + "file"=>"boinc_5.10.38_windows_x86_64.exe", "date"=>"9 Jan 2008", "type"=>"win_new", ); @@ -187,7 +187,7 @@ $windows = array( "name"=>"Windows", "dbname" => "windows_intelx86", "versions"=>array( - $w51035, + $w51038, $w51030, $w5816, $w5411, @@ -198,7 +198,7 @@ $windowsx64 = array( "name"=>"Windows x64", "dbname" => "windows_x86_64", "versions"=>array( - $w51035x64, + $w51038x64, $w51030x64, ) );