diff --git a/doc/versions.inc b/doc/versions.inc index 2d457b8ba0..1af290c5fe 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -61,6 +61,14 @@ function type_text($type) { } } +$w65= array( + "num"=>"6.5.0", + "status"=>"Development version", + "file"=>"boinc_6.5.0_windows_intelx86.exe", + "date"=>"18 Dec 2008", + "type"=>"win_new", +); + $w64= array( "num"=>"6.4.5", "status"=>"Recommended version", @@ -77,11 +85,11 @@ $w6219= array( "type"=>"win_new", ); -$w51045= array( - "num"=>"5.10.45", - "status"=>"Older version", - "file"=>"boinc_5.10.45_windows_intelx86.exe", - "date"=>"5 Mar 2008", +$w65x64= array( + "num"=>"6.5.0", + "status"=>"Development version", + "file"=>"boinc_6.5.0_windows_x86_64.exe", + "date"=>"18 Dec 2008", "type"=>"win_new", ); @@ -101,14 +109,6 @@ $w6219x64= array( "type"=>"win_new", ); -$w51045x64= array( - "num"=>"5.10.45", - "status"=>"Older version", - "file"=>"boinc_5.10.45_windows_x86_64.exe", - "date"=>"5 Mar 2008", - "type"=>"win_new", -); - $w5816= array( "num"=>"5.8.16", "status"=>"Older version (also works on Windows 95 and NT 4.0)", @@ -266,9 +266,9 @@ $windows = array( "description"=>"98/ME/2000/XP/Vista ", "dbname" => "windows_intelx86", "versions"=>array( - $w64, - $w6219, - $w51045, + $w65, + $w64, + $w6219, $w5816, ) ); @@ -278,9 +278,9 @@ $windowsx64 = array( "description"=>"XP/Vista", "dbname" => "windows_x86_64", "versions"=>array( - $w64x64, + $w65x64, + $w64x64, $w6219x64, - $w51045x64, ) ); diff --git a/win_build/installerv2/BOINC.ism b/win_build/installerv2/BOINC.ism index 7459a82837..c85ea32aae 100644 Binary files a/win_build/installerv2/BOINC.ism and b/win_build/installerv2/BOINC.ism differ diff --git a/win_build/installerv2/BOINCx64.ism b/win_build/installerv2/BOINCx64.ism index 79b327db0c..fd216002b3 100644 Binary files a/win_build/installerv2/BOINCx64.ism and b/win_build/installerv2/BOINCx64.ism differ