*** empty log message ***

svn path=/trunk/boinc/; revision=5291
This commit is contained in:
Rom Walton 2005-02-03 05:32:35 +00:00
parent 94223c4dd6
commit dee19b2e32
1 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,12 @@ function version_end($xml) {
list_end();
}
function show_464($xml=false) {
version_start("4.64", "1 Feb 2005", $xml);
version("Windows", "boinc_4.64_windows_intelx86.exe", $xml);
version_end($xml);
}
function show_463($xml=false) {
version_start("4.63", "1 Feb 2005", $xml);
version("Windows", "boinc_4.63_windows_intelx86.exe", $xml);
@ -144,7 +150,7 @@ function show_stable($xml) {
}
function show_dev($xml) {
show_463($xml);
show_464($xml);
show_462($xml);
}