<div id="pagebody">
<h1>Staff Client Archive</h1>
<p>Slightly older versions of Windows staff client installers that correspond to previous releases of the currently supported stable Evergreen series.</p>
-<a name="200"></a>
-<h2>2.1</h2>
+<a name="220"></a>
+<h2>2.2</h2>
<?php
$fdir = "downloads/";
-$globarray = glob($fdir . "evergreen-setup-2.1.*.exe");
+$globarray = glob($fdir . "evergreen-setup-2.2.*.exe");
usort($globarray, create_function('$a,$b', 'return filemtime($b) - filemtime($a);'));
echo "<ul class='bullet'>";
foreach($globarray as $filename) {
echo "</ul>";
?>
-<a name="161"></a>
-<h2>2.0</h2>
+<a name="210"></a>
+<h2>2.1</h2>
<?php
$fdir = "downloads/";
-$globarray = glob($fdir . "evergreen-setup-rel_2_0_*.exe");
+$globarray = glob($fdir . "evergreen-setup-2.1.*.exe");
usort($globarray, create_function('$a,$b', 'return filemtime($b) - filemtime($a);'));
echo "<ul class='bullet'>";
foreach($globarray as $filename) {