*** empty log message ***

svn path=/trunk/boinc/; revision=5489
This commit is contained in:
Rom Walton 2005-02-22 03:38:33 +00:00
parent f27abb4ea9
commit b06592c020
4 changed files with 11 additions and 4 deletions

View File

@ -256,7 +256,7 @@ wxString CViewTransfers::GetViewName()
}
char** CViewTransfers::GetViewIcon()
const char** CViewTransfers::GetViewIcon()
{
return xfer_xpm;
}

View File

@ -40,6 +40,13 @@ function show_462($xml=false) {
version_end($xml);
}
function show_423($xml=false) {
version_start("4.23", "21 Feb 2005", $xml);
version("Windows", "boinc_4.23_windows_intelx86.exe", $xml);
version("Linux/x86", "boinc_4.23_i686-pc-linux-gnu.sh", $xml);
version_end($xml);
}
function show_422($xml=false) {
version_start("4.22", "18 Feb 2005", $xml);
version("Windows", "boinc_4.22_windows_intelx86.exe", $xml);
@ -81,7 +88,7 @@ function show_stable($xml) {
}
function show_dev($xml) {
show_422($xml);
show_423($xml);
show_462($xml);
}