*** empty log message ***

svn path=/trunk/boinc/; revision=5311
This commit is contained in:
Rom Walton 2005-02-04 06:28:13 +00:00
parent 78d7683bba
commit 86755fd3fb
1 changed files with 7 additions and 1 deletions

View File

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