*** empty log message ***

svn path=/trunk/boinc/; revision=5110
This commit is contained in:
Rom Walton 2005-01-13 20:07:17 +00:00
parent d02c07c0a5
commit 5f55ded91d
1 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,12 @@ function version_end($xml) {
list_end();
}
function show_459($xml=false) {
version_start("4.59", "13 Jan 2005", $xml);
version("Windows", "boinc_4.59_windows_intelx86.exe", $xml);
version_end($xml);
}
function show_458($xml=false) {
version_start("4.58", "9 Jan 2005", $xml);
version("Windows", "boinc_4.58_windows_intelx86.exe", $xml);
@ -112,7 +118,7 @@ if ($_GET["dev"]) {
echo "
<h2>Development version (latest features, possibly buggy)</h2>
";
show_458();
show_459();
}