From 4e803d5e248566a325c3575271a22652a29c0b18 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 26 Jun 2008 23:10:14 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=15500 --- doc/versions.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 637143ec26..baba4c91d9 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -61,10 +61,10 @@ function type_text($type) { } } -$w6210= array( - "num"=>"6.2.10", +$w6211= array( + "num"=>"6.2.11", "status"=>"Development version", - "file"=>"boinc_6.2.10_windows_intelx86.exe", + "file"=>"boinc_6.2.11_windows_intelx86.exe", "date"=>"26 June 2008", "type"=>"win_new", ); @@ -77,10 +77,10 @@ $w51045= array( "type"=>"win_new", ); -$w6210x64= array( - "num"=>"6.2.10", +$w6211x64= array( + "num"=>"6.2.11", "status"=>"Development version", - "file"=>"boinc_6.2.10_windows_x86_64.exe", + "file"=>"boinc_6.2.11_windows_x86_64.exe", "date"=>"26 June 2008", "type"=>"win_new", ); @@ -210,7 +210,7 @@ $windows = array( "description"=>"98/ME/2000/XP/Vista ", "dbname" => "windows_intelx86", "versions"=>array( - $w6210, + $w6211, $w51045, $w5816, ) @@ -221,7 +221,7 @@ $windowsx64 = array( "description"=>"XP/Vista", "dbname" => "windows_x86_64", "versions"=>array( - $w6210x64, + $w6211x64, $w51045x64, ) );