mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5291
This commit is contained in:
parent
94223c4dd6
commit
dee19b2e32
doc
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue