*** empty log message ***

svn path=/trunk/boinc/; revision=5208
This commit is contained in:
Rom Walton 2005-01-25 19:32:33 +00:00
parent 3cbe6cebe5
commit 59fef44697
1 changed files with 5 additions and 7 deletions

View File

@ -127,10 +127,10 @@ if ($_GET["xml"]) {
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?> echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>
<core_versions> <core_versions>
"; ";
echo "<stable_version>4.14</stable_version>\n"; echo "<stable_version>4.18</stable_version>\n";
show_413(true); show_418(true);
//echo "<development_version>4.55</development_version>\n"; echo "<development_version>4.62</development_version>\n";
//show_455(true); show_462(true);
echo "</core_versions>\n"; echo "</core_versions>\n";
exit(); exit();
} }
@ -147,7 +147,7 @@ of work that is sent to your computer.
<h2>Current version</h2> <h2>Current version</h2>
"; ";
show_413(); show_418();
echo " echo "
After the download is finished: After the download is finished:
<ul> <ul>
@ -177,8 +177,6 @@ if ($_GET["dev"]) {
echo " echo "
<h2>Development versions (latest features, possibly buggy)</h2> <h2>Development versions (latest features, possibly buggy)</h2>
"; ";
show_418();
echo "<br>";
show_462(); show_462();
} }