Update Setup packages and versions.inc

svn path=/trunk/boinc/; revision=12510
This commit is contained in:
Rom Walton 2007-04-30 18:21:49 +00:00
parent dd9f10a2db
commit 9b8a9d8173
3 changed files with 10 additions and 11 deletions

View File

@ -390,11 +390,11 @@ $linux_libs_gcc41= "
</ul> </ul>
"; ";
$w594= array( $w595= array(
"num"=>"5.9.4", "num"=>"5.9.5",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_5.9.4_windows_intelx86.msi", "file"=>"boinc_5.9.5_windows_intelx86.exe",
"date"=>"20 Apr 2007", "date"=>"30 Apr 2007",
"type"=>"win_new", "type"=>"win_new",
"features"=>"<ul> "features"=>"<ul>
".$features_510." ".$features_510."
@ -404,11 +404,11 @@ $w594= array(
"bugs"=>"" "bugs"=>""
); );
$w594x64= array( $w595x64= array(
"num"=>"5.9.4", "num"=>"5.9.5",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_5.9.4_windows_x86_64.msi", "file"=>"boinc_5.9.5_windows_x86_64.exe",
"date"=>"20 Apr 2007", "date"=>"30 Apr 2007",
"type"=>"win_new", "type"=>"win_new",
"features"=>"<ul> "features"=>"<ul>
".$features_510." ".$features_510."
@ -597,8 +597,7 @@ $windows = array(
"name"=>"Windows", "name"=>"Windows",
"dbname" => "windows_intelx86", "dbname" => "windows_intelx86",
"versions"=>array( "versions"=>array(
$w594, $w595,
$w593,
$w5816, $w5816,
$w5411, $w5411,
) )
@ -608,7 +607,7 @@ $windowsx64 = array(
"name"=>"Windows x64", "name"=>"Windows x64",
"dbname" => "windows_x86_64", "dbname" => "windows_x86_64",
"versions"=>array( "versions"=>array(
$w594x64, $w595x64,
) )
); );

Binary file not shown.

Binary file not shown.