diff --git a/doc/versions.inc b/doc/versions.inc index c59b96429f..f5ce50a107 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -57,6 +57,14 @@ function type_text($type) { } } +$w613 = array( + "num"=>"6.13.0", + "status"=>"Development version", + "file"=>"boinc_6.13.0_windows_intelx86.exe", + "date"=>"7 July 2011", + "type"=>"win_new", +); + $w612 = array( "num"=>"6.12.33", "status"=>"Recommended version", @@ -89,6 +97,14 @@ $w5816 = array( "type"=>"win_new", ); +$w613x64 = array( + "num"=>"6.13.0", + "status"=>"Development version", + "file"=>"boinc_6.13.0_windows_x86_64.exe", + "date"=>"7 July 2011", + "type"=>"win_new", +); + $w612x64 = array( "num"=>"6.12.33", "status"=>"Recommended version", @@ -105,6 +121,14 @@ $w610x64 = array( "type"=>"win_new", ); +$m613 = array( + "num"=>"6.13.0", + "status"=>"Recommended version (standard GUI)", + "file"=>"boinc_6.13.0_macOSX_universal.zip", + "date"=>"7 July 2011", + "type"=>"mac_advanced", +); + $m612 = array( "num"=>"6.12.33", "status"=>"Recommended version (standard GUI)", @@ -129,6 +153,14 @@ $m66 = array( "type"=>"mac_advanced", ); +$m613c = array( + "num"=>"6.13.0", + "status"=>"Development version (Unix command-line version)", + "file"=>"boinc_6.12.33_universal-apple-darwin.zip", + "date"=>"14 Jun 2011", + "type"=>"bare_core", +); + $m612c = array( "num"=>"6.12.33", "status"=>"Recommended version (Unix command-line version)", @@ -210,6 +242,7 @@ $windows = array( "description"=>"2000/XP/Vista/7", "dbname" => "windows_intelx86", "versions"=>array( + $w613, $w612, $w610, $w66, @@ -222,6 +255,7 @@ $windowsx64 = array( "description"=>"XP/Vista/7", "dbname" => "windows_x86_64", "versions"=>array( + $w613x64, $w612x64, $w610x64, ) @@ -232,6 +266,8 @@ $mac = array( "description"=>"Version 10.4.0+", "dbname" => "powerpc-apple-darwin", "versions"=>array( + $m613, + $m613c, $m612, $m612c, $m610,