mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5208
This commit is contained in:
parent
3cbe6cebe5
commit
59fef44697
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue