diff --git a/doc/versions.inc b/doc/versions.inc index 32552bd8a1..92f51b01e9 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -60,6 +60,14 @@ function type_text($type) { } } +$w611 = array( + "num"=>"6.11.4", + "status"=>"Development version", + "file"=>"boinc_6.11.4_windows_intelx86.exe", + "date"=>"26 July 2010", + "type"=>"win_new", +); + $w610 = array( "num"=>"6.10.58", "status"=>"Recommended version", @@ -84,6 +92,14 @@ $w5816 = array( "type"=>"win_new", ); +$w611x64 = array( + "num"=>"6.11.4", + "status"=>"Development version", + "file"=>"boinc_6.11.4_windows_x86_64.exe", + "date"=>"26 July 2010", + "type"=>"win_new", +); + $w610x64 = array( "num"=>"6.10.58", "status"=>"Recommended version", @@ -205,6 +221,7 @@ $windows = array( "description"=>"2000/XP/Vista/7", "dbname" => "windows_intelx86", "versions"=>array( + $w611, $w610, $w66, $w5816, @@ -216,6 +233,7 @@ $windowsx64 = array( "description"=>"XP/Vista/7", "dbname" => "windows_x86_64", "versions"=>array( + $w611x64, $w610x64, $w66x64, )