From 148fc8e0b0dd495982dc8f1212692a4b8b3830d6 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 22 Oct 2007 21:35:28 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=13929 --- doc/versions.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 9308c0e64d..0699c011aa 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -39,11 +39,11 @@ $w51020= array( "type"=>"win_new", ); -$w51024= array( - "num"=>"5.10.24", +$w51026= array( + "num"=>"5.10.26", "status"=>"Development version (Win98+, Win2000+)", - "file"=>"boinc_5.10.24_windows_intelx86.exe", - "date"=>"17 Oct 2007", + "file"=>"boinc_5.10.26_windows_intelx86.exe", + "date"=>"22 Oct 2007", "type"=>"win_new", ); @@ -55,11 +55,11 @@ $w51020x64= array( "type"=>"win_new", ); -$w51024x64= array( - "num"=>"5.10.24", +$w51026x64= array( + "num"=>"5.10.26", "status"=>"Development version (WinXP64+)", - "file"=>"boinc_5.10.24_windows_x86_64.exe", - "date"=>"17 Oct 2007", + "file"=>"boinc_5.10.26_windows_x86_64.exe", + "date"=>"22 Oct 2007", "type"=>"win_new", ); @@ -179,7 +179,7 @@ $windows = array( "name"=>"Windows", "dbname" => "windows_intelx86", "versions"=>array( - $w51024, + $w51026, $w51020, $w5816, $w5411, @@ -190,7 +190,7 @@ $windowsx64 = array( "name"=>"Windows x64", "dbname" => "windows_x86_64", "versions"=>array( - $w51024x64, + $w51026x64, $w51020x64, ) );