diff --git a/doc/versions.inc b/doc/versions.inc index 6ed3b21d25..55a2bcaba4 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -110,6 +110,34 @@ $w445= array( " ); +$w500= array( + "num"=>"5.00", + "status"=>"Development version", + "file"=>"boinc_5.00_windows_intelx86.exe", + "date"=>"1 July 2005", + "type"=>win_new(), + "features"=>" + ", + "bugs"=>" + " +); + $w419 = array( "num"=>"4.19", "status"=>"Older version", @@ -210,6 +238,7 @@ $windows = array( "name"=>"Windows", "versions"=>array( $w445, + $w500, $w419 ) );